MicrOS
|
#include "../math.h"
Functions | |
float | truncf (float x) |
Truncate value. More... | |
float truncf | ( | float | x | ) |
Truncate value.
The truncf 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. |