round
This function returns the number that is closest to the input number and is an integer. If there are two numbers, the one that is closest to positive infinity is returned.
Example:
round(1.5)
returns 2.0
.
This function returns the number that is closest to the input number and is an integer. If there are two numbers, the one that is closest to positive infinity is returned.
Example:
round(1.5)
returns 2.0
.