Cotan
The Cotan() function returns the cotangent of a given angle.
Syntax:
Cotan(Number)- In the Quintessence Editor (Studio) using Python language, use:
Qx.Cotan()
ⓘ See parameter descriptions
| Number | Any numerical value representing an angle. |
Examples:
The examples provided below are based on fictitious data for illustrative purposes only.
> Example 1: Determine the cotangent of 60
Formula:
return := Cotan(60);Result:
| 3.12460562224231 |
