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 arcsine of a number.
Syntax
Math.asin(number)
Remarks
The required number argument is a numeric expression for which the arcsine is needed.
The return value is the arcsine of its numeric argument.
Applies To: Math Object (Windows Scripting - JScript)
Requirements
See Also
acos Method (Windows Scripting - JScript)
atan Method (Windows Scripting - JScript)
cos Method (Windows Scripting - JScript)
sin Method (Windows Scripting - JScript)
tan Method (Windows Scripting - JScript)
Math Object (Windows Scripting - JScript)