NXC
Version 1.2.1 r5
|
#define Ceil | ( | _X | ) | asm { ceil __FLTRETVAL__, _X } |
Round up value.
Computes the smallest integral value that is not less than _X. Only constants or variables allowed (no expressions).
_X | Floating point value. |