Template Function thrust::log10

Function Documentation

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

Returns the complex base 10 logarithm of a complex number.

Parameters
  • z: The complex argument.