ctx_BigInt_is_TruncatedDivision

trait Signed[BigInt]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Signed
Source:
Signed.scala
Inherited from:
Signed
Source:
Signed.scala
Inherited from:
Signed
Source:
Signed.scala
Inherited from:
Signed
Source:
Signed.scala
Inherited from:
Signed
Source:
Signed.scala
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.

Inherited from:
Signed
Source:
Signed.scala