UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

8 lines (7 loc) 200 B
function cos(arg) { // From: http://phpjs.org/functions // + original by: Onno Marsman // * example 1: cos(8723321.4); // * returns 1: -0.18127180117605912 return Math.cos(arg); }