fieldBigInt

Not a field, but whatever.

trait Field[BigInt]
trait Ring[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

Inherited methods

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

Implicits

Implicits

implicit val normImpl: Impl[BigInt, Double]