PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.atanh

inverse hyperbolic tangent function

available since version: 0.1


information

The atanh() function computes the inverse hyperbolic tangent of the real argument input value. Special values: atanh(+-0) returns +-0. atanh(+-1) returns +-infinity and raises the "divide-by-zero" floating- point exception. atanh(x) returns a NaN and raises the "invalid" floating-point exception for |x| > 1.

example

inlets:

outlets:

keywords:

math atanh

See also: [math.acosh] [math.asinh] [math.exp]

Authors: Serge Poltavsky

License: GPL3 or later