UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

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