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
Returns the sine function value of the specified angle. The angle is specified in radians.
sin(
number)
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
number | real |
✔️ | The value in radians for which to calculate the sine. |
The sine of number of radians.
print sin(1)
Output
result |
---|
0.841470984807897 |