6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
|
'use strict';
|
||
|
require('../../modules/es.math.log1p');
|
||
|
var path = require('../../internals/path');
|
||
|
|
||
|
module.exports = path.Math.log1p;
|