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