Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Applies to: ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Calculates the trigonometric cotangent of the specified angle, in radians.
cot(
number)
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
number | real |
✔️ | The value for which to calculate the cotangent. |
The cotangent function value for number.
print cot(1)
Output
result |
---|
0.64209261593433065 |