UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

8 lines (7 loc) 195 B
function acos(arg) { // From: http://phpjs.org/functions // + original by: Onno Marsman // * example 1: acos(0.3); // * returns 1: 1.2661036727794992 return Math.acos(arg); }