round
Creates a ROUND(expr) function that returns the rounded value of the given numeric expression.
Return
The ROUND(expr) function.
Parameters
operand
The expression.
Creates a ROUND(expr, digits) function that returns the rounded value to the given number of digits of the given numeric expression.
Return
The ROUND(expr, digits) function.
Parameters
operand
The numeric expression.
digits
The number of digits.