divideInteger

Divides the first operand by the second and returns the integer portion of the quotient. Division by zero sets a flag and returns infinity. The result may be rounded and context flags may be set. Implements the 'divide-integer' function in the specification. (p. 30)

D
divideInteger
(
D
)
(
in D x
,
in D y
)

Meta