2.0.0 • Published 7 months ago

cosh v2.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 months ago

cosh

Calculate the hyperbolic cosine of a number.

Example

const cosh = require('cosh');

cosh(1);
// => 1.5430806348152437

Installation

$ npm install cosh

API

const cosh = require('cosh');

cosh(x)

Given a Number x, returns the hyperbolic cosine of x as a Number.

2.0.0

7 months ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago