coth
v2.0.1
Published
Calculate the hyperbolic cotangent of a number
Readme
coth
Calculate the hyperbolic cotangent of a number.
Example
const coth = require('coth');
coth(Math.PI);
// => 1.0037418731973Installation
$ npm install cothAPI
const coth = require('coth');coth(x)
Given a Number x, returns the hyperbolic cotangent of x as a Number`.
