Calculate the hyperbolic cosine of a number.
const cosh = require('cosh');
cosh(1);
// => 1.5430806348152437
$ npm install cosh
const cosh = require('cosh');
Given a Number x
, returns the hyperbolic cosine of x
as a Number.
Calculate the hyperbolic cosine of a number
Calculate the hyperbolic cosine of a number.
const cosh = require('cosh');
cosh(1);
// => 1.5430806348152437
$ npm install cosh
const cosh = require('cosh');
Given a Number x
, returns the hyperbolic cosine of x
as a Number.
Calculate the hyperbolic cosine of a number
MIT License