...
Return the (trigonometric) tan function of an angle.
Syntax
tan(angle)
Argument | Type | Description |
---|---|---|
angle | Number | The angle in radians. |
Examples
tan($degrees*pi/180)
...
...
Return the (trigonometric) tan function of an angle.
tan(angle)
Argument | Type | Description |
---|---|---|
angle | Number | The angle in radians. |
tan($degrees*pi/180)
...