NXC
Version 1.2.1 r5
|
#define Floor | ( | _X | ) | asm { floor __FLTRETVAL__, _X } |
Round down value.
Computes the largest integral value that is not greater than _X. Only constants or variables allowed (no expressions).
_X | Floating point value. |