Antilog Calculator
Calculate the antilogarithm (inverse logarithm) for any base. Compute antilog base 10, e, 2, or custom bases instantly with precision control.
About
An antilogarithm reverses a logarithm. If logb(y) = x, then the antilog is y = bx. Errors in antilog computation cascade exponentially. A misplaced decimal in x produces order-of-magnitude errors in the result because exponentiation amplifies input deviations. This tool computes bx for arbitrary positive bases b ≠ 1, with precision from 0 to 15 decimal places. It handles the three standard bases used in science and engineering: 10 (common logarithm), e (natural logarithm), and 2 (binary logarithm).
Note: this calculator approximates results using IEEE 754 double-precision floating-point arithmetic. Precision degrades for exponents beyond ±308 (base 10) where results overflow to Infinity or underflow to 0. For base 1, the logarithm is undefined. For negative or zero bases, real-valued exponentiation is not defined for all exponents.
Formulas
The antilogarithm is the inverse operation of a logarithm. Given a logarithmic value x and a base b, the antilogarithm recovers the original number:
For the three standard bases:
The relationship between logarithm and antilogarithm is bidirectional:
Variable definitions: b = base of the logarithm (b > 0, b ≠ 1). x = exponent (the logarithmic value). y = the antilogarithm result. e ≈ 2.71828182845 (Euler's number).
For change-of-base conversions, the antilogarithm in one base can be expressed via another:
Reference Data
| Base (b) | Name | Exponent (x) | Antilog (bx) | Common Use |
|---|---|---|---|---|
| 10 | Common | 0 | 1 | pH scale, decibels |
| 10 | Common | 1 | 10 | Order of magnitude |
| 10 | Common | 2 | 100 | Scientific notation |
| 10 | Common | 3 | 1,000 | Thousands scale |
| 10 | Common | −1 | 0.1 | Negative mantissa |
| 10 | Common | −3 | 0.001 | Milliunit conversion |
| e ≈ 2.71828 | Natural | 0 | 1 | Exponential growth |
| e | Natural | 1 | 2.71828 | Euler's number |
| e | Natural | 2 | 7.38906 | Compound interest |
| e | Natural | −1 | 0.36788 | Decay constant |
| 2 | Binary | 0 | 1 | Digital logic |
| 2 | Binary | 8 | 256 | Byte range |
| 2 | Binary | 10 | 1,024 | Kilobyte (KiB) |
| 2 | Binary | 16 | 65,536 | 16-bit address space |
| 2 | Binary | 20 | 1,048,576 | Megabyte (MiB) |
| 2 | Binary | 32 | 4,294,967,296 | 32-bit integer max |
| 8 | Octal | 3 | 512 | Unix permissions |
| 16 | Hexadecimal | 2 | 256 | Color channels (RGB) |
| 10 | Common | 6.02 | 1.047 × 106 | Avogadro-scale |
| 10 | Common | −7 | 1 × 10−7 | Neutral pH [H+] |