Template Function thrust::acosh

Function Documentation

template<typename T>__host__ __device__ 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.