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.
This function corresponds to the "remainder" function
in the General Decimal Arithmetic Specification.
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. This function corresponds to the "remainder" function in the General Decimal Arithmetic Specification.