expression quot
expression
Each expression yields an integer
, a number
, or a complex
.
The quot
operator evaluates to the truncated quotient of the given values.
If either given value is a complex
, the evaluated value will be a complex
. Otherwise, the evaluated value will be a number
.
The expression x
is equivalent to quot
y
. trunc
(x/y)