fieldInt

@SerialVersionUID(1L) object fieldInt extends Field[Int] with Serializable

Not a field, but whatever.

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

Value members

Concrete methods

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

Inherited methods

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

Implicits

Implicits

implicit val normImpl: Impl[Int, Double]