MicrOS
|
#include "../math.h"
Functions | |
double | nearbyint (double x) |
Round to nearby integral value. More... | |
double nearbyint | ( | double | x | ) |
Round to nearby integral value.
The nearbyint functions round their argument to an integer value in floating-point format, using the current rounding direction and without raising the ‘‘inexact’’ floatingpoint exception.
x | Value to round. |