| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Math.asin Function (JavaScript) | Microsoft Docs |
01/18/2017 |
windows-client-threshold |
|
language-reference |
|
|
|
735a99a6-1693-45c5-9e9e-fb82771476f5 |
15 |
mikejo5000 |
mikejo |
ghogen |
Returns the arcsine of a number.
Math.asin(number)
The required number argument is a numeric expression for which the arcsine is needed.
The return value is the arcsine of the number argument, in radians.
Applies To: Math Object
[!INCLUDEjsv1]
Math.acos Function
Math.atan Function
Math.cos Function
Math.sin Function
Math.tan Function
Math Object