Natural log of a negative number - Mathematics Stack Exchange My teacher told me that the natural logarithm of a negative number does not exist, but $$\ln (-1)=\ln (e^ {i\pi})=i\pi$$ So, is it logical to have the natural logarithm of a negative number?
The difference between log and ln - Mathematics Stack Exchange Beware that $\log$ does not unambiguously mean the base-10 logarithm, but rather "the logarithm that we usually use" In many areas of higher mathematics, $\log$ means the natural logarithm and the $\ln$ notation is seldom seen And computer scientists routinely use $\log$ to mean $\log_2$
What is discrete logarithm? - Mathematics Stack Exchange The discrete Logarithm is just reversing this question, just like we did with real numbers - but this time, with objects that aren't necessarily numbers For example, if $ {a\cdot a = a^2 = b}$, then we can say for example $ {\log_ {a} (b)=2}$
What algorithm is used by computers to calculate logarithms? I would like to know how logarithms are calculated by computers The GNU C library, for example, uses a call to the fyl2x() assembler instruction, which means that logarithms are calculated directl