NAME
round() - rounds a float
SYNOPSIS
float round( float f );
DESCRIPTION
returns the rounded value of `f` as a float.
SEE ALSO
ceil(3), floor(3)
round() - rounds a float
float round( float f );
returns the rounded value of `f` as a float.
ceil(3), floor(3)