What is an antilogarithm?
If log_b(x) = y, then the antilog is x = b^y. The antilogarithm reverses the logarithm operation. For example, if log10(1000) = 3, then antilog10(3) = 1000.
The most common bases are 10 (common log), e ≈ 2.718 (natural log), and 2 (binary log used in computing). Any positive base other than 1 is valid.
antilog_b(y) = b^y
The antilog of y in base b is b raised to the power y.