FunctionsMath
round
Rounds values to the nearest representable number at the requested decimal precision. If precision is omitted, the function rounds to an integer.
round(…) → Float64Kind · scalar
Rounds values to the nearest representable number at the requested decimal precision. If precision is omitted, the function rounds to an integer.
Part of the Math family.