JavaScript Reference/Javascript Methods/asin
"asin()" Example
<html>
<body>
<button onclick="alert(Math.asin(1));">ASIN</button>
</body>
</html>
"asin()" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |Math |
+----------------+--------------------------------------------------------------+
"asin()" Syntax, Parameters and Note
Note:
Arcsine value for the number specified.
Syntax:
Math.asin(param1)
Parameters:
param1 Required; the number to convert.