fieldLong

Not a field, but whatever.

trait Field[Long]
trait Ring[Long]
trait Semiring[Long]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def !=(a: Long, b: Long): Boolean
def %(a: Long, b: Long): Long
def *(a: Long, b: Long): Long
def +(a: Long, b: Long): Long
def -(a: Long, b: Long): Long
def /(a: Long, b: Long): Long
def ==(a: Long, b: Long): Boolean
def one: Long
def pow(a: Long, b: Long): Long
def zero: Long

Inherited methods

def close(a: Long, b: Long, tolerance: Double): Boolean
Inherited from:
Semiring
def inverse(a: Long): Long
Inherited from:
Field
def negate(s: Long): Long
Inherited from:
Ring
def sNorm(a: Long): Double
Inherited from:
Ring

Implicits

Implicits

implicit val normImpl: Impl[Long, Double]