ROUND Function

The ROUND function is one of the math and trigonometry functions. It is used to round the number to the desired number of digits.

Syntax

ROUND(number, num_digits)

The ROUND function has the following arguments:

Argument Description
number The number you wish to round.
num_digits The number of digits you wish to round to.

Notes

How to apply the ROUND function.

Examples

The figure below displays the result returned by the ROUND function.

ROUND Function