2011

Table Of Contents
Rounding Functions
DescriptionFunction
Returns a number rounded to the nearest integer.Round (number)
Rounds a number up to the next integer value regardless of
its value.
Ceil (number)
Rounds a number down to the next integer value regardless
of its value.
Floor (number)
Returns the integer value of a number by truncating its frac-
tional part.
Trunc (number)
Trigonometric Functions
DescriptionFunction
Converts angle units from radians into degrees.Degrees (angle)
Converts angle units from degrees into radians.Radians (angle)
Returns the cosine of a given angle in degrees.Cos (angle)
Returns the sine of a given angle in degrees.Sin (angle)
Returns the tangent of a given angle in degrees.Tan (angle)
Returns the arc-cosine (in degrees, from 0 to 180) of a given
number.
Acos (number)
Returns the arcsine (in degrees, from -90 to 90) of a given
number.
Asin (number)
Returns the arctangent (in degrees, from -90 to 90) of a given
number.
Atan (number)
Returns the arctangent of y/x, using the signs of both argu-
ments to determine the quadrant of the return value. The re-
turned angle is given in degrees within the range 180 to -180.
Atan2 (X, Y)
750 | Chapter 31 Expressions