Returns the tangent of an angle specified in radians.
Short Form name: "Tan"
Syntax: |
---|
value = Tangent( expression ) |
Parameter: |
Description: |
---|---|
expression |
Any expression that resolves to an angle in radians. |
Example: |
---|
value = Tangent( PI ) ' Returns 0.0 approximately |
Returns: |
Tangent of the specified angle |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 12:31:57 PM |
Topic ID#: 20 |