ctx_BigInt_is_TruncatedDivision

coulomb.ops.algebra.spire.bigint.ctx_BigInt_is_TruncatedDivision

Attributes

Source
bigint.scala
Graph
Supertypes
trait Signed[BigInt]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def abs(a: BigInt): BigInt

An idempotent function that ensures an object has a non-negative sign.

An idempotent function that ensures an object has a non-negative sign.

Attributes

Source
bigint.scala
def fmod(x: BigInt, y: BigInt): BigInt

Attributes

Source
bigint.scala
def fquot(x: BigInt, y: BigInt): BigInt

Attributes

Source
bigint.scala

Attributes

Source
bigint.scala
def signum(a: BigInt): Int

Returns 0 if a is 0, 1 if a is positive, and -1 is a is negative.

Returns 0 if a is 0, 1 if a is positive, and -1 is a is negative.

Attributes

Source
bigint.scala
def tmod(x: BigInt, y: BigInt): BigInt

Attributes

Source
bigint.scala
def tquot(x: BigInt, y: BigInt): BigInt

Attributes

Source
bigint.scala

Inherited methods

def fquotmod(x: BigInt, y: BigInt): (A, A)

Attributes

Inherited from:
TruncatedDivision
Source
TruncatedDivision.scala

Attributes

Inherited from:
Signed
Source
Signed.scala

Attributes

Inherited from:
Signed
Source
Signed.scala

Attributes

Inherited from:
Signed
Source
Signed.scala

Attributes

Inherited from:
Signed
Source
Signed.scala

Attributes

Inherited from:
Signed
Source
Signed.scala

Attributes

Inherited from:
Signed
Source
Signed.scala
def sign(a: BigInt): Sign

Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

Attributes

Inherited from:
Signed
Source
Signed.scala
def tquotmod(x: BigInt, y: BigInt): (A, A)

Attributes

Inherited from:
TruncatedDivision
Source
TruncatedDivision.scala