Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <math.h> long int lround(double x); long int lroundf (float x); long int lroundl (long double x); Each of the functions returns the whole number nearest to x, represented as a number of The return value is independent of the defined rounding mode. If the difference between x | |
Return val. | integer | represented as a number of type |
undefined | in the event of an overflow or underflow, | |
See also | abs, ceil, floor, llrint, llround, lrint, rint, round |