Number Rounding
Last updated
Last updated
Specify the amount of decimal places to round an answer to. This will override the line's default precision settings.
Or use one of the following functions:
Function
Name
Behaviour
round()
Integer round
Rounds a number to the nearest integer
ceil()
Ceiling
Rounds a number up to the nearest whole number
floor()
Floor
Rounds a number down to the nearest whole number