Logarithms in plain English
log_b(x) answers the question 'what power do I raise b to so I get x?' For example log_2(8) = 3 because 2^3 = 8.
The change-of-base identity log_b(x) = ln(x)/ln(b) lets you compute any logarithm using only natural log — which is exactly what this calculator does internally.