Number.Tan
Syntax
Number.Tan(number as nullable number) as nullable number
About
Returns the tangent of number
.
Example 1
Find the tangent of the angle 1.
Usage
Number.Tan(1)
Output
1.5574077246549023
Feedback
Submit and view feedback for