-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Round
Reading time: 1minRounds a number to its closest integer.
Syntax
round(Real)
round(Complex)
Description
Given a real number x, returns its closest integer: round(x)=x+1/2.
Given a real number z, returns a complex number with the round function applied to its real and imaginary parts.