Back to Core Functions
atan
Inverse tangent (arctangent)
Syntax
Y = atan(X)
Description
Computes the inverse tangent of each element. Result is in radians in the range (-pi/2, pi/2).
Parameters
| Name | Description |
|---|---|
| X | Input value (scalar or NDArray) |
Returns
Angle in radians