Returns the inverse hyperbolic sine of a number.
Syntax
ASINH(number)Argument
numberobligatoriskt
The real number for which you want the inverse hyperbolic sine.
The ASINH function calculates the inverse hyperbolic sine of a given real number. The result is the value whose hyperbolic sine is the specified number.
=ASINH(1)→0.881373587Returns the inverse hyperbolic sine of 1.
=ASINH(-1)→-0.881373587Returns the inverse hyperbolic sine of -1.
Select a cell
Click on the cell where you want to display the result.
Enter the formula
Type =ASINH(number) and replace 'number' with the value or cell reference.
Press Enter
Press the Enter key to calculate the result.
The ASINH function accepts any real number as an input.