Sinh()
Summary
Computes the hyperbolic sine of an angle.
Syntax
value = Sinh(real angle_value)
| Argument | Contents |
|---|---|
| angle_value | The angle expressed in radians |
Returns
A real number.
See Also
| Function | Summary |
|---|---|
| Cosh() | Computes the hyperbolic cosine of an angle expressed in radians |
| Tanh() | Computes the hyperbolic tangent of an angle expressed in radians |