Divides the first operand by the second and returns the
fractional remainder.
Division by zero sets a flag and returns infinity.
The sign of the remainder is the same as that of the first operand.
The result may be rounded and context flags may be set.
Implements the 'remainder' function in the specification. (p. 37-38)
Divides the first operand by the second and returns the fractional remainder. Division by zero sets a flag and returns infinity. The sign of the remainder is the same as that of the first operand. The result may be rounded and context flags may be set. Implements the 'remainder' function in the specification. (p. 37-38)