ctx_Long_is_TruncatedDivision

trait Signed[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

def abs(a: Long): Long
def fmod(x: Long, y: Long): Long
def fquot(x: Long, y: Long): Long
def signum(a: Long): Int
def tmod(x: Long, y: Long): Long
def tquot(x: Long, y: Long): Long

Inherited methods

def fquotmod(x: Long, y: Long): (Long, Long)
Inherited from:
TruncatedDivision
Inherited from:
Signed
Inherited from:
Signed
Inherited from:
Signed
Inherited from:
Signed
Inherited from:
Signed
Inherited from:
Signed
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
def tquotmod(x: Long, y: Long): (Long, Long)
Inherited from:
TruncatedDivision