Summary

The Excel SECH function returns the hyperbolic secant of an angle.

Purpose
Get hyperbolic secant of an angle
Return value
The hyperbolic secant of the angle
Syntax
=SECH(number)
  • number - The hyperbolic angle.

Using the SECH function

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

Explanation

The hyperbolic secant is the reciprocal of the COSH function.

=1/COSH(x) // equivalent to SECH(x)

The plot below show’s the function’s output in Excel.

Hyperbolic secant plot.

Dave Bruns Profile Picture

AuthorMicrosoft Most Valuable Professional Award

Dave Bruns

Hi - I'm Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.