ReferenceFunctionsMath Functions
ASINH
ASINH: Returns the inverse hyperbolic sine of a number.
Summary
ASINH is the inverse of SINH over all real inputs.
Remarks
- Domain: accepts any real number.
- Radians: this function is hyperbolic, so the output is not an angle in radians.
- Errors: no function-specific domain errors are produced.
Examples
Inverse hyperbolic sine of one
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.881373587019543
Inverse hyperbolic sine of negative two
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
-1.4436354751788103
Related functions
FAQ
Does ASINH have restricted input domain?
No. ASINH accepts any real-valued input.
Runtime metadata
Category
Math
Signature
ASINH(arg1: Number)Arity
min 1, max 1
Arguments
arg1Number · Scalar · coercion NumberLenientText
Caps
PUREELEMENTWISENUMERIC_ONLY
Source