atan2
auto_AddPage
Enter search terms or a module, class or function name.
atanh calculates the hyperbolic arctangent.
Return Value
r is the hyperbolic arctangent of m.
Parameters
m is a real or complex matrix.
Comment
Algorithm: 0.5 .* log ((1 + x) ./ (1 - x)).
See also
Overview Mathematic, tanh
id-338426