Template Function thrust::cosh

Function Documentation

template<typename T>__host__ __device__ complex<T> thrust::cosh(const complex < T > & z)

Returns the complex hyperbolic cosine of a complex number.

Parameters
  • z: The complex argument.