For the complete documentation index, see llms.txt. This page is also available as Markdown.

Round

Rounds decimal number to nearest whole number.

Rounds decimal number to nearest whole number.

Expression
Databox Value
Result
Comments

Round

12.59

13

A number ending in .5 will be rounded to the nearest even whole number. See also int

Round

1.5

2

Round

2.5

2

Last updated