Last updated 5 months ago
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.
round(number)
number (required): The number you want to round.