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