This package has been deprecated

Author message:

Deprecated

math-sinh

2.0.0 • Public • Published

Deprecated as this is now natively available in all modern browsers and Node.js versions.


math-sinh

ES2015 Math.sinh() ponyfill

Install

$ npm install --save math-sinh

Usage

var mathSinh = require('math-sinh');

mathSinh(1);
//=> 1.1752011936438014

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i math-sinh

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

2.53 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus