| |||
| Home > Floating‑point Support > The math library, mathlib > IEEE 754 remainder function (remainder) | |||
This function is the IEEE 754 remainder operation. It is a
synonym for _drem (see Arithmetic on numbers in a particular format).
double remainder(double x, double y);