cosh
Description
Use the cosh object to calculate and output the hyperbolic cosine of any given number.
Examples

Arguments
initial-value [float or int]
Optional
Sets the initial value for the hyperbolic cosine function.
Attributes
Common Box Attributes
Messages
bang
Calculates the hyperbolic cosine of the number currently stored. If there is no argument, cosh initially holds .
int
Arguments
input
[int]
Input to the hyperbolic cosine function
float
Arguments
input
[float]
Input to the hyperbolic cosine function
Output
float
The hyperbolic cosine of the input.
int
The hyperbolic cosine of the input.
See Also
Name | Description |
---|---|
acos | |
acosh | |
cos |