ctx_Long_is_TruncatedDivision

Source:
long.scala
trait Signed[Long]
class Object
trait Matchable
class Any

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.

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

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

Inherited methods

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

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