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