Back to Symbolic Math (SymEngine)
sym.asinh
Computes the inverse hyperbolic sine of a symbolic expression.
Syntax
sym.asinh(x)
Description
Computes the inverse hyperbolic sine of a symbolic expression. Returns the value y such that sinh(y) = x. Also known as the area hyperbolic sine: asinh(x) = ln(x + √(x² + 1)).
Parameters
| Name | Description |
|---|---|
| x | - The argument (can be any real number). |
Returns
Expr