Template Function thrust::log10¶
Defined in File complex.h
Function Documentation¶
-
template<typename T>__host__ __device__ complex<T> thrust::log10(const complex < T > & z) Returns the complex base 10 logarithm of a
complexnumber.- Parameters
z: Thecomplexargument.