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