syntax:functions:tan
Table of Contents
Tan(angle)
Category: Number function
Description
This function returns the tangent of the angle angle specified in radians.
Arguments
Argument | Type | Description |
---|---|---|
angle | Number | The 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)
syntax/functions/tan.txt · Last modified: 2021/08/14 18:01 by craigt