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)
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)