4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
'use strict';
|
|
var parent = require('../../actual/math/expm1');
|
|
|
|
module.exports = parent;
|