sech
v4.0.0
Published
Calculate the hyperbolic secant of a number
Readme
sech
Calculate the hyperbolic secant of a number.
Example
import { sech } from 'sech';
sech(Math.PI);
// => 0.08626673833405443Installation
$ npm install sechAPI
import { sech } from 'sech';sech(x: number)
Given a Number x, returns the hyperbolic secant of x as a Number.
