The
round (,);
roundf (,);
and
roundl ();
functions return the nearest integral value to
Fa x ;
if
Fa x
lies halfway between two integral values, then these
functions return the integral value with the larger
absolute value (i.e., they round away from zero).