4.0.0 • Published 2 years ago
sinh v4.0.0
sinh
Calculate the hyperbolic sine of a number.
Example
var sinh = require('sinh');
sinh(1);
// => 1.1752011936438014Installation
$ npm install sinhAPI
var sinh = require('sinh');sinh(x)
Given a Number x, returns the hyperbolic sine of x as a Number`.