PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.atanh

inverse hyperbolic tangent function

доступно с версии: 0.1


информация

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

входы:

выходы:

ключевые слова:

math atanh

Смотрите также: [math.acosh] [math.asinh] [math.exp]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later