Qurak

Round

Available

Rounds to the nearest integer.

Round[x]
Round[x, a]
Round[3.5] → 4Round[3.4] → 3Round[-3.5] → -4Round[-3.4] → -3Round[0.5] → 0Round[-0.5] → 0Round[0] → 0Round[-0] → 0

Used in

Topics

Related

All 6300 functions · Use this from an MCP client