Get hyperbolic secant of an angle
=SECH(number)
| Parameter | Description |
|---|---|
number |
The hyperbolic angle. |
The Excel SECH function returns the hyperbolic secant of a hyperbolic angle angle. Given 2 as input, the function returns 0.265802229 as output.
=SECH(2) // returns 0.265802229
The hyperbolic secant is the reciprocal of the COSH function.
=1/COSH(x) // equivalent to SECH(x)