lround (3) Linux Manual Page
NAME lround, lroundf, lroundl, llround, llroundf, llroundl – round to nearest integer SYNOPSIS #include <math.h> long lround(double x); long lroundf(float x); long lroundl(long double x); long long llround(double x); long long llroundf(float x); long long llroundl(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): All functions shown above: _ISOC99_SOURCE ||…
