Template Function thrust::sinh

Function Documentation

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

Returns the complex hyperbolic sine of a complex number.

Parameters
  • z: The complex argument.