2.0.0 • Published 2 years ago

csch v2.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.2

6 years ago

1.0.1

10 years ago

1.0.0

10 years ago