ASINH Function

Excel Functions › Math & Trig

All versions Math & Trig

The Excel ASINH function returns the inverse hyperbolic sine of a number — the value whose hyperbolic sine (SINH) is the given number. It accepts any real number.


Quick answer:
=ASINH(0) inverse hyperbolic sine of 0 = 0

Syntax

=ASINH(number)
ArgumentDescription
numberRequiredAny real number. ASINH returns the value whose SINH equals that number.

How to use it

ASINH is the inverse of SINH (the hyperbolic sine). It is not a circular trig function, so its result is a plain number, not an angle — no DEGREES conversion applies. ASINH accepts any real number:

=ASINH(0) // = 0
=ASINH(1) // approx 0.8814
=ASINH(SINH(2)) // round-trip = 2

Mathematically ASINH(x) = LN(x + SQRT(x^2 + 1)), which is why it works for every real value — there is no domain limit, unlike ACOSH or ATANH. The hyperbolic functions appear in catenary curves, statistics (the asinh data transform), and engineering.

Hyperbolic, not circular: ASINH undoes SINH, not SIN. Its output is a number on the real line, so do not wrap it in DEGREES.

Try it: interactive demo

Live demo

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

Result:

Practice workbook

📊
Download the free ASINH 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

Does ASINH have a domain limit?
No. ASINH accepts any real number, positive or negative, because x + SQRT(x^2+1) is always positive.
Is the ASINH result an angle?
No. ASINH is a hyperbolic function, so the result is a plain real number, not an angle. Do not convert it with DEGREES.
How is ASINH defined?
ASINH(x) = LN(x + SQRT(x^2 + 1)). You can reproduce ASINH with that LN formula in any Excel version.
What is the inverse of ASINH?
SINH, the hyperbolic sine. =ASINH(SINH(2)) returns 2, confirming they are inverses.

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 · ACOSH · ATANH · ASIN · LN · ACOTH