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.
Applies to: ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Performs a cosine operation on the input value. The angle is specified in radians.
cos(
number)
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
number | real |
✔️ | The value in radians for which to calculate the cosine. |
The cosine of number of radians.
The following example demonstrates how to use the cos()
function.
print cos(1)
Output
result |
---|
0.54030230586813977 |