2.0.0 • Published 7 months ago

csch v2.0.0

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

csch

Calculate the hyperbolic cosecant of a number.

Example

const csch = require('csch');

csch(Math.PI);
// => 0.08658953753004692

Installation

$ npm install csch

API

const csch = require('csch');

csch(x)

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

2.0.0

7 months ago

1.0.2

5 years ago

1.0.1

9 years ago

1.0.0

9 years ago