atan()
Learn how to use the atan() function to return the inverse operation of tan().
Returns the angle whose tangent is the specified number. This is the inverse operation of tan()
.
Syntax
atan(
x)
Parameters
Name | Type | Required | Description |
---|---|---|---|
x | real | ✔️ | The number used to calculate the arc tangent. |
Returns
The value of the arc tangent of x
.
Example
atan(0.5)
Output
result |
---|
0.46364760900080609 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.