Skip to main content

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

NameDataTypeList Options                          Description
numberfloatValue to round
decimalsintNumber of decimal places to the right