Take the natural logarithm of any positive number, to the full precision a computer can hold, including the one case where almost every calculator quietly gets it wrong. The usual definition — "log to the base e" — has the story backwards, and it makes e look like an arbitrary constant somebody pic...
ln x = the area under y = 1/t from t = 1 to t = x
e is not picked first and the log built around it. e is the value of x at which that area first reaches 1 — the base comes out of the definition rather than going into it.
LN x
0.693147180559945
e raised to that gives 2 — exactly x again, to the last bit.
LOG₁₀ x
0.301029996
LOG₂ x
1.000000000
LOG BASE 10
0.301029996
| Quantity | Value | What it is |
|---|---|---|
| ln x | 0.693147180559945 | the area under 1/t from 1 to x |
| log₁₀ x | 0.301029995663981 | ln x divided by ln 10 |
| log₂ x | 1 | ln x divided by ln 2 |
| e^(ln x) | 2 | x again, exactly |
| d/dx at x | 0.5 | the slope of ln there, which is 1/x |
| ln(x²) | 1.38629436111989 | exactly twice ln x, since powers come down in front |
Why this one is the natural logarithm. Every logarithm is a constant multiple of every other, so as curves they are all the same shape — ln x divided by log₁₀ x is 2.302585092994046 whatever x you choose. What singles this one out is that its slope at x is exactly 1/x, with no leftover constant in front. Base 10 is convenient for counting digits and base 2 for halving, but only base e makes the calculus come out clean, which is why it turns up wherever something grows at a rate proportional to its own size.
Multiplication becomes addition, which is the entire point. ln of 2 squared is 1.38629436112, exactly twice the figure above — no multiplication was performed to get it. That is what logarithms were invented for, and it is still why they are used: numbers far too large to hold can be multiplied by adding their logs, growth at a constant percentage becomes a straight line, and quantities spanning many orders of magnitude become comparable.
THE AREA
Drag the slider and watch the area accumulate. The number it reaches is the logarithm — not an approximation of it, but what it means. Sweeping past 1 in the other direction accumulates negative area, which is why numbers below 1 have negative logs.
Live calculation · updates as you type
Type any positive number into x. The natural log appears immediately, along with log base 10, log base 2, and a log in whatever base you put in the base box.
If your number is very close to 1, tick the box and enter d instead, where x = 1 + d. This is not a convenience — it is the only way to get the right answer, and the page shows you what the ordinary calculation would have returned.
Check the round-trip line under the answer. It raises e back to the logarithm and reports how far that lands from your x, measured in units in the last place, so you can see the arithmetic close rather than take it on trust.
Drag the slider to sweep the area out from 1 to x. That accumulating area is not a picture of the logarithm, it is the definition of it — which is why numbers below 1 come out negative, the region being swept the other way.
| Rule | Formula | What it is for |
|---|---|---|
| Definition | ln x = ∫₁ˣ dt / t | The area under 1/t from 1 to x. Everything else follows from this one line. |
| What e is | ln e = 1 | e is the x at which that area first equals 1. The base is a consequence, not a choice. |
| Product | ln(ab) = ln a + ln b | Multiplication becomes addition. The reason logarithms were invented at all. |
| Quotient | ln(a/b) = ln a − ln b | And division becomes subtraction, which is the same statement. |
| Power | ln(aⁿ) = n · ln a | Exponents come down in front. This is what makes log scales linear in growth rate. |
| Change of base | logᵇ x = ln x / ln b | Every logarithm is ln scaled by a constant, so all of them have the same shape. |
| Derivative | d/dx ln x = 1/x | The only base for which this is true with no stray constant. That is "natural". |
| Near one | ln(1 + d) ≈ d − d²/2 + d³/3 | For small d, ln(1 + d) is very nearly d itself — and log1p is how to compute it. |
| Doubling time | t = ln 2 / r | Continuous growth at rate r doubles in this time. ln 2 = 0.6931471805599453. |
| Inverse | e^(ln x) = x | Checked on this page every time you type, and reported in units in the last place. |
24 Times Table
Calculate instantly →
Quadratic Equation Solver
Calculate instantly →
Logarithm Calculator
Calculate instantly →
Fraction Calculator
Calculate instantly →
Fraction Simplifier
Calculate instantly →
Linear Equation Solver
Calculate instantly →
25 Times Table
Calculate instantly →
26 Times Table
Calculate instantly →
27 Times Table
Calculate instantly →
Simultaneous Equations Solver (2×2)
Calculate instantly →
28 Times Table
Calculate instantly →
Exponent Calculator
Calculate instantly →
29 Times Table
Calculate instantly →
30 Times Table
Calculate instantly →
Times Tables Mega Calculator
Calculate instantly →
Square Root of 10
Calculate instantly →
Square Root of 1
Calculate instantly →
Square Root Mega
Calculate instantly →
Square Root of 2
Calculate instantly →
23 Times Table
Calculate instantly →
Last updated: August 3, 2026 · Checked against a 60-digit fixed-point series · log1p used for values near 1 · every answer round-tripped through e^x