std::log10(std::complex)
From cppreference.com
                    
                                        
                    
                    
                                                            
                    |   Defined in header  
<complex>
  | 
||
|   template< class T >  
complex<T> log10( const complex<T>& z );  | 
||
Computes complex common (base 10) logarithm of a complex value z with a branch cut along the negative real axis.
[edit] Parameters
| z | - | complex value | 
[edit] Return value
Complex common logarithm of z
[edit] See also
|    complex base e exponential   (function template)  | 
|
|    complex natural logarithm with the branch cuts along the negative real axis  (function template)  | 
|