MicrOS
|
#include "../math.h"
Functions | |
double | round (double x) |
Round to nearest. More... | |
double round | ( | double | x | ) |
Round to nearest.
The round functions round their argument to the nearest integer value in floating-point format, rounding halfway cases away from zero, regardless of the current rounding direction.
x | Value to round. |