Table of Contents

Tan(angle)

Category: Number function


Description

This function returns the tangent of the angle angle specified in radians.


Arguments

ArgumentTypeDescription
angleNumberThe measurement of an angle, in radians1).


Return value type: Number


Examples

tan(0.524) //Returns 0.57788…
tan(0.785) //Returns 0.9992…


See also

1)
Conversion: radians = degrees * (Pi() / 180)