coulomb.ops.algebra.spire.bigint$.ctx_BigInt_is_TruncatedDivision$
Attributes
- Source:
- bigint.scala
- Graph
- Supertypes
- Self type
Members list
Concise view
Value members
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
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
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