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

asinh

Hyperbolic arc-sine function

Description

asinh calculates and outputs the hyperbolic arc-sine of any given number.

Arguments

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

Messages

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

Information for box attributes common to all objects

Output

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

Examples

See Also

Name Description
asin Arc-sine function
sin Sine function
sinh Hyperbolic sine function