Skip to main content

Round

Rounds a number to its closest integer.

Syntax

round(Real)
round(Complex)

Description

Given a real number x, returns its closest integer: round(x)=x+12.

arithmetic.round1.calc.png

Given a real number z, returns a complex number with the round function applied to its real and imaginary parts.

arithmetic.round2.calc.png