So in most applications, we refuse to use negative bases. HOWEVER, just because the concept of "logarithm" isn't a function on the complex plane, does not mean that we can't USE complex logarithms: it's just that we have to do something called a "branch cut", which basically picks one output for all values in a consistent way.
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...
Logarithms are defined as the solutions to exponential equations and so are practically useful in any situation where one needs to solve such equations (such as finding how long it will take for a population to double or for a bank balance to reach a given value with compound interest). Historically, they were also useful because of the fact that the logarithm of a product is the sum of the ...
The point is: the complex logarithm is not a function, but what we call a multivalued function. To turn it into a proper function, we must restrict what $\theta$ is allowed to be, for example $\theta \in (-\pi,\pi]$. This is called the principal complex logarithm and is usually denoted by $\operatorname {Log}$ (capital L).
How do I square a logarithm? Ask Question Asked 10 years, 11 months ago Modified 2 years, 9 months ago
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}$.