Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the arctangent of a number.
Syntax
Math.atan(number)
Remarks
The required number argument is a numeric expression for which the arctangent is needed.
The return value is the arctangent of its numeric argument.
Applies To: Math Object (Windows Scripting - JScript)
Requirements
See Also
acos Method (Windows Scripting - JScript)
asin Method (Windows Scripting - JScript)
atan2 Method (Windows Scripting - JScript)
cos Method (Windows Scripting - JScript)
sin Method (Windows Scripting - JScript)
tan Method (Windows Scripting - JScript)
Math Object (Windows Scripting - JScript)