ctx_Int_is_TruncatedDivision

coulomb.ops.algebra.int$.ctx_Int_is_TruncatedDivision$

Attributes

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

Members list

Concise view

Value members

Concrete methods

def abs(a: Int): Int

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

Attributes

Source:
int.scala
def fquot(x: Int, y: Int): Int

Attributes

Source:
int.scala

Attributes

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

Attributes

Source:
int.scala
def tquot(x: Int, y: Int): Int

Attributes

Source:
int.scala

Inherited methods

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

Attributes

Inherited from:
TruncatedDivision
Source:
TruncatedDivision.scala