UNPKG

polyfill-service

Version:
4 lines (3 loc) 61 B
Math.log1p = function log1p(x) { return Math.log(1 + x); };