3.0.1 • Published 2 years ago
sech v3.0.1
sech
Calculate the hyperbolic secant of a number.
Example
const sech = require('sech');
sech(Math.PI);
// => 0.08626673833405443Installation
$ npm install sechAPI
const sech = require('sech');sech(x)
Given a Number x, returns the hyperbolic secant of x as a Number.