float round(float f)
Return the closest integer value to f.
round does not return an int, merely an integer value stored in a float.
floor, ceil