atanh# template<typename T>complex<T> thrust::atanh( const complex<T> &z, )# Returns the complex inverse hyperbolic tangent of a complex number. The range of the real part of the result is [-inf, +inf] and the range of the imaginary part is [-Pi/2, Pi/2] Parameters: z – The complex argument.