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