std::round,std::roundf,std::roundl,std::lround,std::lroundf,std::lroundl,std::llround,std::llroundf (3) Linux Manual Page
std::round,std::roundf,std::roundl,std::lround,std::lroundf,std::lroundl,std::llround,std::llroundf – std::round,std::roundf,std::roundl,std::lround,std::lroundf,std::lroundl,std::llround,std::llroundf Synopsis Defined in header <cmath> float round ( float arg ); (1) (since C++11) float roundf( float arg ); double round ( double arg ); (2) (since C++11) long double round ( long double arg ); (3) (since C++11) long double roundl( long double arg ); double round ( IntegralType arg );…
