A newer version of Max is available. Click here to access the latest version of this document.

sinh

Hyperbolic sine function

Description

sinh calculates and outputs the hyperbolic sine of any given number.

Arguments

Name Type Opt Description
initial-value float or int opt Sets the initial value for the hyperbolic sine function.

Messages

bang In left inlet: Calculates the hyperbolic sine of the number currently stored. If there is no argument, sinh initially holds 0.
int input [int]
Input to a hyperbolic sine function.
float input [float]
Input to a hyperbolic sine function.

Information for box attributes common to all objects

Output

float: The hyperbolic sine of the input.
int: The hyperbolic sine of the input.

Examples

See Also

Name Description
asin Arc-sine function
asinh Hyperbolic arc-sine function
sin Sine function