ROUND
Round a number to the desired number of decimal places
Example Usage
ROUND(1.2345,2) -> 1.23
Overview
Function signature
ROUND(number, decimals)
Category
Math
Return data type
float
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
number | float | Value to round | |
decimals | int | Number of decimal places to the right |