Round
Rounds a number to its closest integer.
Syntax
round(Real)
round(Complex)
Description
Given a real number , returns its closest integer: .
Given a real number , returns a complex number with the round function applied to its real and imaginary parts.