MicrOS
|
#include "../math.h"
Functions | |
float | nearbyintf (float x) |
Round to nearby integral value. More... | |
float nearbyintf | ( | float | x | ) |
Round to nearby integral value.
The nearbyintf 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. |