Skip to content

Asinh

ASINH Function

The ASINH function in Excel returns the inverse hyperbolic sine of a number. It provides the value whose hyperbolic sine is the specified number.

Syntax:

ASINH(number)
  • number: This is a required argument. It's the numeric value for which you want to find the inverse hyperbolic sine.

Examples:

  1. =ASINH(0.5) would return a value approximately equal to 0.4812.
  2. =ASINH(1) would give a result approximately equal to 0.8814.
  3. =ASINH(A1) would return the inverse hyperbolic sine of the number in cell A1.

Note: The ASINH function is used in hyperbolic trigonometry. While hyperbolic functions might be less familiar than their circular counterparts (like SIN, COS, and TAN), they are useful in certain areas of mathematics and engineering.