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.
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
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.