COSH Function

Excel Functions › Math & Trig

All versions Math & Trig

The Excel COSH function returns the hyperbolic cosine of a number, defined as (e^x + e^−x) / 2. The argument is a plain number, not an angle in degrees.


Quick answer:
=COSH(0) hyperbolic cosine of 0 = 1

Syntax

=COSH(number)
ArgumentDescription
numberRequiredAny real number. COSH grows rapidly for large magnitudes, so very large inputs can overflow to a #NUM! error.

How to use it

The hyperbolic cosine is built from the exponential function: COSH(x) = (EXP(x) + EXP(-x)) / 2. There is no degree-vs-radian issue — you pass a plain number:

=COSH(0) // = 1
=COSH(1) // approx 1.5431
=COSH(-1) // approx 1.5431 (even function)

COSH is an even function: COSH(-x) = COSH(x), and its smallest value is 1 at x = 0. Its inverse is ACOSH, and it pairs with SINH and TANH for the other hyperbolic ratios.

The catenary curve. A hanging chain or cable settles into the shape of a scaled COSH curve — which is why hyperbolic cosine appears throughout structural engineering and physics.

Try it: interactive demo

Live demo

Pick a COSH example to see the formula and its result.

Result:

Practice workbook

📊
Download the free COSH practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

What is the hyperbolic cosine?
It is defined as COSH(x) = (e^x + e^-x) / 2. Its minimum value is 1 (at x = 0) and it describes the shape of a hanging chain, called a catenary.
Does COSH use degrees or radians?
Neither — COSH takes a plain real number, not an angle. There is no degree-to-radian conversion for hyperbolic functions.
Why is COSH never less than 1?
For any real x, (e^x + e^-x)/2 is at least 1, reaching exactly 1 when x = 0. So COSH always returns a value of 1 or greater.
What is the inverse of COSH?
ACOSH (inverse hyperbolic cosine) returns the number whose hyperbolic cosine is a given value; its argument must be 1 or greater.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: SINH · TANH · ACOSH · COS · EXP