summaryrefslogtreecommitdiff
path: root/node_modules/locutus/ruby/Math/acos.js.map
blob: 4558546298357634dc44fbe9f90bc868ca8fb98e (plain) (blame)
1
{"version":3,"sources":["../../../src/ruby/Math/acos.js"],"names":["module","exports","acos","arg","Math"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,IAAT,CAAeC,GAAf,EAAoB;AACnC;AACA;AACA;AACA;AACA;AACA;;AAEA,SAAOC,KAAKF,IAAL,CAAUC,GAAV,CAAP;AACD,CATD","file":"acos.js","sourcesContent":["module.exports = function acos (arg) {\n  //  discuss at: http://locutus.io/ruby/Math/acos/\n  // original by: Onno Marsman (https://twitter.com/onnomarsman)\n  //      note 1: Sorry about the crippled test.\n  //      note 1: Needed because precision differs accross platforms.\n  //   example 1: (acos(0.3) + '').substr(0, 17)\n  //   returns 1: '1.266103672779499'\n\n  return Math.acos(arg)\n}\n"]}