math-expm1
v1.0.0
Published
Ponyfill for ES6 Math.expm1()
Downloads
9
Maintainers
Readme
math-expm1
Ponyfill for ES6 Math.expm1()
Install
$ npm install --save math-expm1
Usage
var expm1 = require('math-expm1');
expm1(1);
//=> 1.718281828459045
License
MIT © Arthur Verschaeve