std::atanh(std::complex)

From cppreference.com
< cpp‎ | numeric‎ | complex
Defined in header <complex>
template< class T >
complex<T> atanh( const complex<T>& z );
(since C++11)

Computes complex area hyperbolic tangent of a complex value z.

[edit] Parameters

z - complex value

[edit] Return value

Complex area hyperbolic tangent of z

[edit] See also

computes area hyperbolic sine of a complex number
(function template)
computes area hyperbolic cosine of a complex number
(function template)
computes hyperbolic tangent of a complex number
(function template)
(C++11)
computes the inverse hyperbolic tangent (artanh(x))
(function)
C documentation for catanh