PureData CEAMMC library web documentation
available since version: 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.
See also: [math.acosh] [math.asinh] [math.exp]
Authors: Serge Poltavsky
License: GPL3 or later