IEEErem method

num IEEErem(
  1. num x
)

Computes the remainder of division of this value by the divisor value according to the IEEE 754 standard.

Implementation

num IEEErem(num x) => x;