cosh# template<typename T>complex<T> thrust::cosh(const complex<T> &z)# Returns the complex hyperbolic cosine of a complex number. Parameters: z – The complex argument.