Template Function thrust::sin

Function Documentation

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

Returns the complex sine of a complex number.

Parameters
  • z: The complex argument.