llround
round, roundf, roundl, lround, lroundf, lroundl, llround, llroundf, llroundl
Defined in header <math.h> | ||
---|---|---|
float roundf( float arg ); | (1) | (since C99) |
double round( double arg ); | (2) | (since C99) |
long double roundl( long double arg ); | (3) | (since C99) |
Defined in header <tgmath.h> | ||