MicrOS
|
#include "../math.h"
Functions | |
double | trunc (double x) |
Truncate value. More... | |
double trunc | ( | double | x | ) |
Truncate value.
The trunc functions round their argument to the integer value, in floating format, nearest to but no larger in magnitude than the argument.
x | Value to truncate. |