/i ( x y -- z )
Factor handbook » The language » Numbers » Arithmetic » Modular arithmetic

Prev:/mod ( x y -- z w )


Vocabulary
math

Inputs
xa real
ya real


Outputs
zan integer


Word description
Divides x by y, truncating the result to an integer.

See also
Division by zero

Definition


Methods