2.0.0 • Published 2 years ago
cosh v2.0.0
cosh
Calculate the hyperbolic cosine of a number.
Example
const cosh = require('cosh');
cosh(1);
// => 1.5430806348152437Installation
$ npm install coshAPI
const cosh = require('cosh');cosh(x)
Given a Number x, returns the hyperbolic cosine of x as a Number.