polyfill-service
Version:
A polyfill combinator
1 lines • 684 B
JSON
{"aliases":["es6"],"browsers":{"android":"*","bb":"*","chrome":"1 - 37","firefox":"1 - 24","ie":"*","ie_mob":"10 - *","ios_chr":"*","ios_saf":"4 - 7","opera":"10 - 20","op_mob":"*","op_mini":"*","safari":"4 - 7","firefox_mob":"1 - 24"},"esversion":6,"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/acosh","spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.acosh","baseDir":"Math/acosh","hasTests":true,"rawSource":"\n// Math.acosh\nMath.acosh = function (x) {\n return Math.log(x + Math.sqrt(x * x - 1));\n};","minSource":"Math.acosh=function(t){return Math.log(t+Math.sqrt(t*t-1))};","detectSource":"'acosh' in Math"}