MicrOS
|
#include "../math.h"
Functions | |
double | rint (double x) |
Round to integral value. More... | |
double rint | ( | double | x | ) |
Round to integral value.
The rint functions round their argument to an integer value in floating-point format, using the current rounding direction.
x | Value to round. |