Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Returns the angle whose tangent is the specified number. This is the inverse operation of tan().
Syntax
atan(x)
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| x | real |
✔️ | The number used to calculate the arc tangent. |
Returns
The value of the arc tangent of x.
Examples
atan(0.5)
Output
| result |
|---|
| 0.46364760900080609 |