Function reference · Trigonometry
asinh
Computes the principal inverse hyperbolic sine.
asinh evaluates numeric and supported complex arguments and maps positive and negative infinity to the corresponding infinities.
Examples
These examples use Nerdamer Notation.
Evaluate the origin.
asinh(0) // → 0
Keep a symbolic inverse hyperbolic sine.
asinh(x)Interfaces
The same operation is available through the interfaces below.
Nerdamer Notation
Use this form inside input passed to nerdamer(...).
asinh(arg1)
nerdamer.asinh
Call the operation through the default nerdamer import.
nerdamer.asinh(x: ExpressionInput): Expression
Parameters
| Name | Type | Description |
|---|---|---|
x | ExpressionInput | The input expression. |
Returns
Expression — The inverse hyperbolic sine of `x`.
