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