Skip to main content
All resources

Resources · Education

What Is e in Math?

e is a fixed number, approximately 2.718281828459045, known as Euler’s number. It is the value that continuous growth converges to, which is why it appears in compound interest, population change and radioactive decay alike. This guide covers what e means, where the number comes from, how it differs from π, how to get it out of a calculator, and why the natural logarithm is built on it.

7 min read

Blake Boege
Blake BoegeFounder, Calculator AnswersPublished August 23, 2026

What does e mean in math?

e is a specific number, roughly 2.71828, in the same way that π is a specific number roughly 3.14159. It is not a variable and it does not stand for anything you get to choose. Its full value begins:

e = 2.718281828459045…

The decimals never repeat and never end. e is irrational, so no fraction equals it exactly, and it is also transcendental, which means no polynomial equation with whole-number coefficients has it as a root.

It is called Euler’s number, after Leonhard Euler, who gave it the letter in the 1720s. The digits 1828 appearing twice in a row is a coincidence and a useful one: most people who remember e at all remember it as “two point seven, eighteen twenty-eight, eighteen twenty-eight”.

What makes it worth a name is not the digits. It is that e is the growth rate of anything that grows in proportion to how much of it there already is, which is why it turns up in compound interest, in populations, in radioactive decay and in the natural logarithm.

Where e comes from: compounding, taken to the limit

e is not a measurement. It is the answer to a question about compound interest, and you can watch it appear.

Put $1 into an account paying 100% a year. Pay the interest once at the end and you finish with $2. Pay half of it at six months and half at twelve, and the first half earns interest for the second half of the year, so you finish with slightly more. The more often the interest is added, the more it earns on itself. The formula for n payments a year is (1 + 1/n)ⁿ:

The value of one dollar at 100 percent for one year, compounded n times
Compoundedn(1 + 1/n)ⁿ
Annually12.000000000
Quarterly42.441406250
Monthly122.613035290
Daily3652.714567482
Every millionth of a year1,000,0002.718280469

The numbers keep rising but they are converging, not running away. Their limit is e. That is the definition: e is what (1 + 1/n)ⁿ approaches as n grows without bound. Compounding continuously rather than daily is worth about a thirtieth of a cent on the dollar, which is a reasonable answer to the question of whether it is worth chasing.

There is a second route to the same number that converges far faster. Add up the reciprocals of the factorials:

e = 1/0! + 1/1! + 1/2! + 1/3! + 1/4! + …

Which is 1 + 1 + 0.5 + 0.1666… + 0.041666…. Five terms already give 2.7166666667. Ten terms give 2.7182818011, correct to seven decimal places. The millionth compounding step above was still only correct to five.

e vs pi

Both are irrational, both are transcendental, both are written as a single letter, and both turn up where you did not put them. They answer different questions.

How e and pi differ
e ≈ 2.71828π ≈ 3.14159
AnswersHow fast does continuous growth compound?How does a circle’s circumference relate to its diameter?
Defined byThe limit of (1 + 1/n)ⁿCircumference divided by diameter
Shows up inInterest, decay, probability, logarithmsCircles, waves, rotation, geometry
Its own functioneˣ is its own derivativeSine and cosine repeat every 2π

They meet in Euler’s identity, eⁱⁿ + 1 = 0, which ties both constants to the imaginary unit and to 0 and 1. It is quoted more often than it is used, but it is not a trick: it falls out of writing as a series and noticing that the terms sort themselves into sine and cosine.

The practical difference is which one you reach for. A question about circles wants π. A question about something growing or shrinking at a rate proportional to its own size wants e.

How to find e on a calculator

Almost no calculator has a key labelled e. It has a key that raises e to a power, and you use it to get e itself.

  1. Find the key marked . On many calculators it is the shifted function of the ln key, because they are inverses.
  2. Enter , that is e to the power 1. The display shows 2.718281828.
  3. If the keyboard only offers ln, the same fact runs backwards: ln(e) = 1, so whatever number has a natural log of exactly 1 is e.
  4. In a spreadsheet, =EXP(1) returns it. There is no =E() function.

Two keys are commonly mistaken for it. The EXP or EE key on a scientific calculator usually means times ten to the power, so 3 EXP 4 is 30,000 and not 3 × e⁴. And the e that appears in a display like 2.5e6 is that same times-ten shorthand, unrelated to Euler’s number: it is standard form abbreviated for a display with no superscripts. That collision is worth knowing about before it costs you an answer.

The log calculator takes natural logs directly, which is the operation e exists to invert.

Worked examples

e earns its place in three settings that look unrelated and are the same calculation.

  1. Continuous compounding. $1,000 at 5% compounded continuously for 3 years is 1000 × e⁰·⁵ × ³, that is 1000 × e⁰·¹⁵ ≈ $1,161.83. Compounded monthly instead it is $1,161.47, so continuous compounding is worth 36 cents over three years.
  2. Decay. The same formula with a negative exponent. A quantity falling at 5% a year for 3 years keeps e⁻⁰·¹⁵ ≈ 0.861 of itself, so about 86.1% remains.
  3. Half-life. Written as e⁻ᵏᵗ, the time to fall to half is ln(2)/k0.6931/k. That single expression is why half-life does not depend on how much you started with.

All three are the same statement: something changing at a rate proportional to its own size. e is the number that describes that behaviour, which is why one constant covers savings accounts and radioactive isotopes without modification.

e and the natural logarithm

The natural logarithm, written ln, is the question “what power do I raise e to in order to get this number?” So ln(x) and undo each other exactly.

  • ln(e) = 1, because e to the power 1 is e.
  • ln(1) = 0, because e to the power 0 is 1.
  • e⁽ⁿ⁽ˣ⁾⁾ = x for any positive x.
  • ln is not log. A bare log usually means base 10. On a calculator they are separate keys and they give different answers: log(100) = 2 but ln(100) ≈ 4.605. The change of base formula converts between them.

The reason this logarithm is called natural rather than arbitrary is that is the only exponential function that is its own rate of change. Its slope at every point equals its height at that point. Every other base picks up a stray constant factor, so base e is the one where the calculus comes out clean.

The log calculator handles natural logs and base-10 logs side by side, which makes the difference between them easy to see on your own numbers.

Common mistakes

  • Treating e as a variable. It is a fixed number. In the x varies and the e never does.
  • Confusing e with the EXP or EE key. On most calculators that key means ×10ⁿ, so 5 EE 3 is 5,000.
  • Using log where ln is meant. Base 10 and base e are different functions and the answers differ by a factor of about 2.303.
  • Rounding e to 2.7 mid-calculation. That is wrong in the third significant figure and compounds through an exponent.
  • Reading 1828 twice as a pattern. The digits do not repeat; the coincidence stops after 2.718281828 and the next digit is 4.

Quick summary

  • e ≈ 2.718281828459045, irrational and transcendental.
  • It is the limit of (1 + 1/n)ⁿ, the value continuous compounding converges to.
  • It is also 1/0! + 1/1! + 1/2! + …, which converges much faster.
  • eˣ is its own derivative, which is what makes base e the natural one.
  • ln is the logarithm in base e, and ln(e) = 1.

The log calculator takes natural logs, and the compound interest calculator runs the compounding schedule that e is the limit of.

Run the numbers

Frequently asked questions

e is a fixed number, approximately 2.718281828459045, called Euler's number. It is not a variable. It is the base of the natural logarithm and the limit that (1 + 1/n) to the power n approaches as n grows.

e = 2.718281828459045 to fifteen decimal places, and the decimals continue forever without repeating. e is irrational, so no fraction equals it exactly.

From compound interest taken to its limit. One dollar at 100 percent for a year is worth $2 compounded annually, $2.613035290 compounded monthly and $2.714567482 compounded daily. Compounding ever more often converges on 2.718281828..., which is e.

Both are irrational constants but they answer different questions. Pi is a circle's circumference divided by its diameter, about 3.14159. e is the limit of continuous growth, about 2.71828. Circles want pi; anything growing in proportion to its own size wants e.

Use the e to the x key and enter an exponent of 1. On many calculators it is the shifted function of the ln key. In a spreadsheet, =EXP(1) returns it. The EXP or EE key is something else entirely: it means times ten to the power.

ln is the logarithm in base e and log usually means base 10. They are different functions with different answers: log(100) = 2, while ln(100) is about 4.605.

No. e is irrational, so it cannot be written as one whole number over another, and its decimal expansion never repeats. It is also transcendental, meaning it is not a root of any polynomial equation with whole-number coefficients.

Because e to the x is the only exponential function equal to its own rate of change: its slope at every point is the same as its height there. Any other base introduces a stray constant factor, so base e is the one where the calculus comes out clean.

No. The 1828 appearing twice in 2.718281828 is a coincidence that stops immediately; the next digit is 4 and the expansion never settles into a pattern.