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