Next: , Previous: , Up: C library functions   [Index]


nearbyint

nearbyint Function

#include <math.h>

Float new x;
Float new result;

x = 2.53;

result = nearbyint (x);