Reference > Functions reference > Trigonometric functions
 
Trigonometric functions
Trigonometric functions are used to calculate degrees, angles, and other geometric data.
Note  All trigonometric functions use radians as the unit of measure. Once you have a result, you can convert the radians into degrees using the Degrees function.
Click a function name for details.
 
This function
Does this
Returns the arccosine (Acos), or inverse cosine, of a number.
Returns the arcsine (Asin), or inverse sine, of a number.
Returns the trigonometric arc tangent (Atan), or inverse tangent, of a number.
Returns the cosine (Cos) of angleInRadians.
Converts angleInRadians to degrees.
Calculates the value of the constant Pi.
Converts angleInDegrees to radians.
Returns the sine (Sin) of angleInRadians expressed in radians.
Returns the tangent (Tan) of angleInRadians.
Related topics 
About functions
About formulas