Template Function thrust::log

Function Documentation

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

Returns the complex natural logarithm of a complex number.

Parameters
  • z: The complex argument.