Template Function librapid::log10(const Complex<T>&)#

Function Documentation#

template<typename T>
Complex<T> librapid::log10(const Complex<T> &other)#

Calculate the logarithm base 10 of a complex number.

Template Parameters

T – Scalar type

Parameters

otherComplex number

Returns

\( \log_{10}(z) \)