Next: llround, Previous: llabs, Up: C library functions [Index]
lrint, lrintf, lrintl, llrint, llrintf, llrintl Functions#include <math.h> Float new myFloat; LongInteger new myLongInt; myFloat = 2.5; myLongInt = llrint (myFloat);
Consult the manual page for lrint(3), etc., for detailed information about each function.