Next: perror, Previous: modf, Up: C library functions [Index]
nearbyint
#include <math.h> Float new x; Float new result; x = 2.53; result = nearbyint (x);