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 angle whose cosine is the specified number. Inverse operation of cos()
.
acos(
x)
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
x | real |
✔️ | The value used to calculate the arc cosine. |
The value of the arc cosine of x
. The return value is null
if x
< -1 or x
> 1.