Determines the logarithm to base ten.
template<class T> complex<T> log10(const complex<T>&);
Returns the logarithm base(10) of the argument cpx defined as log(cpx)/log(10).