ROUND
The ROUND function in Shedmate rounds off a number.
If the two decimal places are between 0.000 and 0.499, it will be a round down.
If the two decimal places are between 0.500 and 0.999, it will be rounded up.
Syntax:
round(number)
Parameters:
number (required): The number you want to round.
Usage example:

Last updated