'asin()' Example
<html> <body> <button onclick="alert(Math.asin(1));">Math.asin(1)</button> </body> </html>