Skip to content
/ coth Public

Calculate the hyperbolic cotangent of a number

License

Notifications You must be signed in to change notification settings

kenany/coth

Repository files navigation

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`.

About

Calculate the hyperbolic cotangent of a number

Resources

License

Stars

Watchers

Forks

Packages

No packages published