Antilog Calculator

Take the antilogarithm of any exponent in any base, and see what that answer is actually worth given how precisely you knew the exponent. An antilog is not a separate function. antilog₍b₎(y) is b raised to y and nothing else. The word is a survivor from printed log tables, where you looked a number...

antilog₍b₎(y) = b^y

It is not a separate function — the word is a leftover from printed log tables. What matters is that going this direction magnifies error: an absolute slip in the exponent becomes a relative slip in the answer, multiplied by the natural log of the base.

THE LOGARITHM

y IS KNOWN TO

ANTILOG

2999.85318119079

Taking the logarithm back gives 3.4771 — exactly y again.

CHARACTERISTIC

3

MANTISSA

0.477100

TO 4 DP, GOOD TO

3.94 s.f.

If that exponent is only good to 4 decimal places, the answer lies between 2999.5078 and 3000.1986. Half a unit in the last decimal you kept is 0.00005, and multiplying by ln(10) turns that into 0.0115% of the answer — about 3.94 significant figures, however many digits the display shows. This is the direction in which precision is lost, and it is why rounding a logarithm before antilogging it costs more than it looks like it should.

QuantityValueWhat it is
antilog2999.8531811907910 raised to y
characteristic3whole part of y, which sets the magnitude
mantissa0.477100fraction of y, which sets the digits
10^characteristic1000a clean power of the base
10^mantissa2.999853181always between 1 and 10
log back3.4771y again, exactly
range−323.607 to 308.255exponents with a representable antilog

Why the word exists at all. A table of logarithms printed only the fractional part, because the whole part was free: it just told you where the decimal point went. To multiply two numbers you looked up both logarithms, added them, and then went back through a second table — the table of antilogarithms — to recover the digits. The operation has no life of its own; antilog₍10₎(y) is 10 raised to y and always was. The name survives because chemistry, acoustics and seismology all quote logarithms as their working units, so “take the antilog” remains a sentence people need.

THE SPLIT

THE WHOLE PART SETS THE SIZE, THE FRACTION SETS THE DIGITSy = 3.4771 splits into 3 + 0.477100characteristic10^3 = 1000mantissa10^0.477100 = 2.999853×= 2999.85318119the left box is always a clean power of the base; only the right box needed a tablewhich is why a page of logarithms only ever printed the fractional part

Only the right-hand box ever needed a table. The left is a clean power of the base and just places the decimal point, which is why a page of logarithms could print the fraction alone and let you supply the rest.

WHAT A ROUNDED LOGARITHM IS WORTHan error d in the exponent becomes a relative error of about d times ln(base)with the logarithm known to 4 decimal places0.0115% → 3.94 sig figs2999.5078 to 3000.19862 dp1.15% · 1.94 sig figs3 dp0.115% · 2.94 sig figs4 dp0.0115% · 3.94 sig figs5 dp0.00115% · 4.94 sig figs6 dp0.000115% · 5.94 sig figsevery extra decimal in the logarithm buys exactly one more digit in the answer
HOW NARROW THE USABLE RANGE OF EXPONENTS ISevery representable number has a logarithm; not every logarithm has a representable antilog−323.607308.255underflows to zero below thisoverflows to infinity above thisthe whole window is 631.9 wide, which is why long products are kept in log form

Live calculation · updates as you type

Created with❤️byeaglecalculator.com

HOW TO USE

  1. 1

    Enter the exponent y and the base. Base 10 is what "antilog" means when nobody says otherwise; e and 2 are a click away in the presets, and any positive base other than 1 works.

  2. 2

    Set how many decimal places your exponent is actually good to. This is the setting that matters most: the panel then shows the interval the true answer lies in and how many significant figures survive, which is usually fewer than the display suggests.

  3. 3

    Read the characteristic and mantissa split. The whole part of the exponent is a clean power of the base and only places the decimal point; the fraction supplies the digits. That split is exactly how a table was used and why only the fraction was ever printed.

  4. 4

    Check the range strip before trusting a large exponent. It marks where your base overflows and underflows, measured by bisection on your own platform, and shows where your exponent sits between them.

REFERENCE FORMULAS

RuleFormulaWhat it is for
Definitionantilogᵇ(y) = bʸNot a separate function. The word is a leftover from printed log tables.
Common antilogantilog(y) = 10ʸWhen no base is stated in chemistry or engineering, it is base 10.
Natural antilogantiln(y) = eʸThe inverse of ln, written exp(y) in most languages and on most calculators.
Round triplogᵇ(bʸ) = yReported on this page in units in the last place, so you can see it close.
Splitbʸ = b⌊y⌋ × b^(y − ⌊y⌋)Characteristic times mantissa. The whole part sets the size, the fraction the digits.
Error growthΔx / x ≈ ln(b) × ΔyAn absolute error in the exponent becomes a relative error in the answer.
Digits boughtdp decimals → dp − 0.06 sig figsFor base 10. Four decimals in the logarithm is just under four significant figures.
pH[H⁺] = 10^(−pH)The most common everyday antilog, and why the word is still current in chemistry.
Decibelsratio = 10^(dB/10)Power ratio from a decibel figure. Use dB/20 for amplitude rather than power.
Richterenergy ∝ 10^(1.5M)Each whole step of magnitude is about 31.6 times the energy, not ten.

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE ALGEBRA CALCULATORS

Was this calculator helpful?

Last updated: August 3, 2026 · Overflow limits found by bisection for your own platform · every answer taken back through the logarithm and reported in units in the last place