UNPKG

polyfill-service

Version:
4 lines (3 loc) 61 B
Math.expm1 = function expm1(x) { return Math.exp(x) - 1; };