Template Function thrust::cosh¶
Defined in File complex.h
Function Documentation¶
-
template<typename T>__host__ __device__ complex<T> thrust::cosh(const complex < T > & z) Returns the complex hyperbolic cosine of a
complexnumber.- Parameters
z: Thecomplexargument.