aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/node_modules/core-js/modules/es6.math.log1p.js
blob: 62959800ac0be7639485a3cc6b2e18b46d9a8409 (plain)
1
2
3
4
// 20.2.2.20 Math.log1p(x)
var $export = require('./_export');

$export($export.S, 'Math', { log1p: require('./_math-log1p') });