round
Returns a float value with the remainder rounded to the given number to digits after the decimal point.
round 123.555555 3
will return 123.556
Returns a float value with the remainder rounded to the given number to digits after the decimal point.
round 123.555555 3
will return 123.556