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