Back to Symbolic Math (SymEngine)
sym.sinh
Computes the hyperbolic sine of a symbolic expression.
Syntax
sym.sinh(x)
Description
Computes the hyperbolic sine of a symbolic expression. The hyperbolic sine is defined as sinh(x) = (e^x - e^(-x)) / 2. It represents the y-coordinate of a point on the unit hyperbola.
Parameters
| Name | Description |
|---|---|
| x | - The argument (as a symbolic expression). |
Returns
Expr