Manuals/calci/IMLOG10
IMLOG10(z)
- is the complex number is of the form
Description
- This function gives the common logarithm of a complex number.
- IMLOG10(z), where is the complex number in the form of Failed to parse (syntax error): {\displaystyle x+iy<math>. i.e <math>x<math> & <math>y<math> are the real numbers. *<math>I} is the imaginary unit .Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle i=sqrt{-1}<math>.*Logbase10,isknownasthecommonLogarithmorDecadiclogarithm,isthelogarithmtothebase10.*Tofindthecommonlogarithmofacomplexnumberwehavetocalculatefromthenaturallogarithm.*So<math>log10(x+iy)=(log_{1}0e)ln(x+iy)} .
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
Examples
- IMLOG10("6+7i")=0.964709462857146+0.37443569720420i
- IMLOG10("4-5i")=0.806391928359868-0.389151908999031i
- IMLOG10("8")=0.903089986991944
- IMLOG10("3i")=0.477121254719662+0.682188176920921i
- IMLOG10("0")=NULL
- Imln("8") for that it should consider the imaginary value is zero, but calci is not considering like EXCEL
See Also