ATAN
Calculates the arc tangent of a number
ATAN(number
, radians
)
Returns the arc tangent of a number
. Default produces result in radians.
Arguments
Argument | Description |
| Number to take arc tangent of. |
| True to produce output in radians (default), false to produce output in degrees. |
Output
The arc tangent of a number
.
Example
Last updated