ctx_Long_is_TruncatedDivision

coulomb.ops.algebra.long$.ctx_Long_is_TruncatedDivision$

Attributes

Source:
long.scala
Graph
Supertypes
trait Signed[Long]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def abs(a: Long): Long

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:
long.scala
def fmod(x: Long, y: Long): Long

Attributes

Source:
long.scala
def fquot(x: Long, y: Long): Long

Attributes

Source:
long.scala

Attributes

Source:
long.scala
def signum(a: Long): 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:
long.scala
def tmod(x: Long, y: Long): Long

Attributes

Source:
long.scala
def tquot(x: Long, y: Long): Long

Attributes

Source:
long.scala

Inherited methods

def fquotmod(x: Long, y: Long): (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: Long): 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: Long, y: Long): (A, A)

Attributes

Inherited from:
TruncatedDivision
Source:
TruncatedDivision.scala