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
Number to take arc tangent of.
radians
True to produce output in radians (default), false to produce output in degrees.
Output
The arc tangent of a number
.
Example
Last updated
Was this helpful?