ctx_Int_is_TruncatedDivision

Source:
int.scala
trait Signed[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

def abs(a: Int): Int
Source:
int.scala
def fmod(x: Int, y: Int): Int
Source:
int.scala
def fquot(x: Int, y: Int): Int
Source:
int.scala
Source:
int.scala
def signum(a: Int): Int
Source:
int.scala
def tmod(x: Int, y: Int): Int
Source:
int.scala
def tquot(x: Int, y: Int): Int
Source:
int.scala

Inherited methods

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

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