Appearance
round() - rounds a float
float round( float f );
returns the rounded value of `f` as a float.
ceil(3), floor(3)