fieldBigInt

@SerialVersionUID(1L) object fieldBigInt extends Field[BigInt] with Serializable

Not a field, but whatever.

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

Value members

Concrete methods

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

Inherited methods

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

Implicits

Implicits

implicit val normImpl: Impl[BigInt, Double]