Excel ASINH Function
The Excel ASINH function returns inverse hyperbolic sine of a number. The inverse hyperbolic sine of x is defined as:
The ASINH function is a built-in function in Excel that is categorized as a Math/Trig Function. It can be used as a worksheet function in Excel. As a worksheet function, the ASINH function can be used as part of a formula in a worksheet cell.
Syntax
ASINH(number)
Parameters
number |
Required. Specify the value to get the inverse hyperbolic sine of. |
Return Value
Returns the inverse hyperbolic sine of a value.
Notes
- If the argument is a non-numeric value, ASINH returns #VALUE! error.
Example: Using as Worksheet Function
The example below shows how to use the ASINH function as worksheet function.
Based on the Excel spreadsheet above, the output of the following worksheet formula will be:
=ASINH(B5) Result: -2.99822295 =ASINH(B6) Result: -0.881373587 =ASINH(B7) Result: 0 =ASINH(B8) Result: 0.881373587 =ASINH(B9) Result: 2.99822295 =ASINH(B10) Result: 4.605270171 =ASINH(B11) Result: 5.298342366
❮ Excel Functions