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