Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the arctangent of a number.
function atan(number : Number ) Number
Arguments
- number
Required. A numeric expression.
Remarks
The return value is between -pi/2 and pi/2, representing the arctangent of the number argument.