Changes

Line 4: Line 4:  
==Description==
 
==Description==
 
*This function gives the common logarithm of a complex number.
 
*This function gives the common logarithm of a complex number.
*IMLOG10(z),Where z is the complex number in the form of "x+iy".i.e. x&y are the real numbers.
+
*IMLOG10(z), where <math>z</math> is the complex number in the form of <math>x+iy<math>. i.e <math>x<math> & <math>y<math> are the real numbers.
*'I' imaginary unit .i=sqrt(-1).
+
*<math>I</math> is the imaginary unit .<math>i=sqrt{-1}<math>.
*Log base 10, is known as the common logarithm or decadic logarithm, is the logarithm to the base 10.  
+
*Log base 10, is known as the common Logarithm or Decadic logarithm, is the logarithm to the base 10.  
 
*To find the common logarithm of a complex number we have to calculate from the natural logarithm.
 
*To find the common logarithm of a complex number we have to calculate from the natural logarithm.
*So log10(x+iy)=(log10 e)ln(x+iy).
+
*So <math>log10(x+iy)=(log_10 e)ln(x+iy)</math>.
*We can use COMPLEX function to convert   real and imaginary number in to a complex number.  
+
*We can use COMPLEX function to convert real and imaginary number in to a complex number.
    
==Examples==
 
==Examples==
writer
5,435

edits