2.0.0 • Published 5 years ago
expm1 v2.0.0
expm1
ES2015
Math.expm1()ponyfill
Install
$ npm install expm1Usage
const expm1 = require('expm1');
expm1(1);
//=> 1.718281828459045ES2015
Math.expm1()ponyfill
$ npm install expm1const expm1 = require('expm1');
expm1(1);
//=> 1.718281828459045