atan Method
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the arctangent of a number.
function atan(number : Number ) Number
The return value is between -pi/2 and pi/2, representing the arctangent of the number argument.