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?
Why must the base of a logarithm be a positive real number not equal to . . . We leave the logarithm undefined in that case, as you said in your original question: the logarithm is only defined for a positive base We could say that $\log_ {-1} 1 $ is 0 and 2, and 4, and 6, and -18, but there is no value in doing that
Different logarithm basis equivalence in big-O notation Often, when I encounter big-O notation during computations, the basis of the logarithm is omitted Is there an error, or is it in some sense irrelevant? Or am I missing something? For instance, $\\l
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