summaryrefslogtreecommitdiff
path: root/node_modules/locutus/ruby/Math
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/locutus/ruby/Math')
-rw-r--r--node_modules/locutus/ruby/Math/acos.js13
-rw-r--r--node_modules/locutus/ruby/Math/acos.js.map1
-rw-r--r--node_modules/locutus/ruby/Math/index.js4
-rw-r--r--node_modules/locutus/ruby/Math/index.js.map1
4 files changed, 0 insertions, 19 deletions
diff --git a/node_modules/locutus/ruby/Math/acos.js b/node_modules/locutus/ruby/Math/acos.js
deleted file mode 100644
index 4073b01..0000000
--- a/node_modules/locutus/ruby/Math/acos.js
+++ /dev/null
@@ -1,13 +0,0 @@
-"use strict";
-
-module.exports = function acos(arg) {
- // discuss at: http://locutus.io/ruby/Math/acos/
- // original by: Onno Marsman (https://twitter.com/onnomarsman)
- // note 1: Sorry about the crippled test.
- // note 1: Needed because precision differs accross platforms.
- // example 1: (acos(0.3) + '').substr(0, 17)
- // returns 1: '1.266103672779499'
-
- return Math.acos(arg);
-};
-//# sourceMappingURL=acos.js.map \ No newline at end of file
diff --git a/node_modules/locutus/ruby/Math/acos.js.map b/node_modules/locutus/ruby/Math/acos.js.map
deleted file mode 100644
index 4558546..0000000
--- a/node_modules/locutus/ruby/Math/acos.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"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"]} \ No newline at end of file
diff --git a/node_modules/locutus/ruby/Math/index.js b/node_modules/locutus/ruby/Math/index.js
deleted file mode 100644
index 2e3ef80..0000000
--- a/node_modules/locutus/ruby/Math/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-'use strict';
-
-module.exports['acos'] = require('./acos');
-//# sourceMappingURL=index.js.map \ No newline at end of file
diff --git a/node_modules/locutus/ruby/Math/index.js.map b/node_modules/locutus/ruby/Math/index.js.map
deleted file mode 100644
index c856295..0000000
--- a/node_modules/locutus/ruby/Math/index.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/ruby/Math/index.js"],"names":["module","exports","require"],"mappings":";;AAAAA,OAAOC,OAAP,CAAe,MAAf,IAAyBC,QAAQ,QAAR,CAAzB","file":"index.js","sourcesContent":["module.exports['acos'] = require('./acos')\n"]} \ No newline at end of file