Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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)