log10

Determines the logarithm to base ten.

  template<class T> 
  complex<T> log10(const complex<T>&);
  
Remarks

Returns the logarithm base(10) of the argument cpx defined as log(cpx)/log(10).