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:¶
=ASINH(0.5)would return a value approximately equal to 0.4812.=ASINH(1)would give a result approximately equal to 0.8814.=ASINH(A1)would return the inverse hyperbolic sine of the number in cell A1.
Note: The
ASINHfunction is used in hyperbolic trigonometry. While hyperbolic functions might be less familiar than their circular counterparts (likeSIN,COS, andTAN), they are useful in certain areas of mathematics and engineering.