Function reference · Trigonometry
sinh
Computes the hyperbolic sine.
Numeric inputs can be evaluated, complex inputs use the standard complex identity, and symbolic inputs remain as sinh(x).
Examples
These examples use Nerdamer Notation.
Evaluate the origin.
sinh(0) // → 0
Keep a symbolic hyperbolic sine.
sinh(x)Interfaces
The same operation is available through the interfaces below.
Nerdamer Notation
Use this form inside input passed to nerdamer(...).
sinh(arg1)
nerdamer.sinh
Call the operation through the default nerdamer import.
nerdamer.sinh(x: ExpressionInput): Expression
Parameters
| Name | Type | Description |
|---|---|---|
x | ExpressionInput | The input expression. |
Returns
Expression — The hyperbolic sine of `x`.
