thrust::log10#

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

Returns the complex base 10 logarithm of a complex number.

Added in version 2.2.0.

Parameters:

z – The complex argument.