sinh
Description
Use the sinh object to calculate and output the hyperbolic sine of any given number.
Examples

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