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