2.0.1 • Published 6 months ago

coth v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

coth

Calculate the hyperbolic cotangent of a number.

Example

const coth = require('coth');

coth(Math.PI);
// => 1.0037418731973

Installation

$ npm install coth

API

const coth = require('coth');

coth(x)

Given a Number x, returns the hyperbolic cotangent of x as a Number`.

2.0.1

6 months ago

2.0.0

8 months ago

1.0.0

9 years ago