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

atanh

Hyperbolic arc-tangent function

Description

atanh calculates and outputs the hyperbolic arc-tangent of any given number.

Arguments

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

Messages

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

Information for box attributes common to all objects

Output

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

Examples

See Also

Name Description
atan Arc-tangent function
atan2 Arc-tangent function (two variables)
tan Tangent function
tanh Hyperbolic tangent function