Connect via MCP →

Enter Calculation

Formula

Formula: Exponential Function Table & Graph Calculator
Show calculation steps (1)
  1. General exponential

    General exponential: Exponential Function Table & Graph Calculator

    Arbitrary base a, computed as a^x = exp(x * ln a). Requires a > 0.

Advertisement

Results

Exponential function table: y = e^x
101
rows over x from -2 to 3
y at first x (-2) 0.1353352832366127
y at last x 20.085536923187668
x y
-2 0.135335
-1.95 0.142274
-1.9 0.149569
-1.85 0.157237
-1.8 0.165299
-1.75 0.173774
-1.7 0.182684
-1.65 0.19205
-1.6 0.201897
-1.55 0.212248
-1.5 0.22313
-1.45 0.23457
-1.4 0.246597
-1.35 0.25924
-1.2999999999999998 0.272532
-1.25 0.286505
-1.2 0.301194
-1.15 0.316637
-1.1 0.332871
-1.0499999999999998 0.349938
-1 0.367879
-0.95 0.386741
-0.8999999999999999 0.40657
-0.8499999999999999 0.427415
-0.7999999999999998 0.449329
-0.75 0.472367
-0.7 0.496585
-0.6499999999999999 0.522046
-0.5999999999999999 0.548812
-0.5499999999999998 0.57695
-0.5 0.606531
-0.44999999999999996 0.637628
-0.3999999999999999 0.67032
-0.34999999999999987 0.704688
-0.2999999999999998 0.740818
-0.25 0.778801
-0.19999999999999996 0.818731
-0.1499999999999999 0.860708
-0.09999999999999987 0.904837
-0.04999999999999982 0.951229
0 1.0
0.050000000000000266 1.05127
0.10000000000000009 1.10517
0.1499999999999999 1.16183
0.20000000000000018 1.2214
0.25 1.28403
0.30000000000000027 1.34986
0.3500000000000001 1.41907
0.40000000000000036 1.49182
0.4500000000000002 1.56831
0.5 1.64872
0.5500000000000003 1.73325
0.6000000000000001 1.82212
0.6500000000000004 1.91554
0.7000000000000002 2.01375
0.75 2.117
0.8000000000000003 2.22554
0.8500000000000001 2.33965
0.9000000000000004 2.4596
0.9500000000000002 2.58571
1 2.71828
1.0500000000000003 2.85765
1.1 3.00417
1.1500000000000004 3.15819
1.2000000000000002 3.32012
1.25 3.49034
1.3000000000000003 3.6693
1.35 3.85743
1.4000000000000004 4.0552
1.4500000000000002 4.26311
1.5 4.48169
1.5500000000000003 4.71147
1.6 4.95303
1.6500000000000004 5.20698
1.7000000000000002 5.47395
1.75 5.7546
1.8000000000000003 6.04965
1.85 6.35982
1.9000000000000004 6.68589
1.9500000000000002 7.02869
2 7.38906
2.05 7.7679
2.1000000000000005 8.16617
2.1500000000000004 8.58486
2.2 9.02501
2.25 9.48774
2.3 9.97418
2.3500000000000005 10.4856
2.4000000000000004 11.0232
2.45 11.5883
2.5 12.1825
2.55 12.8071
2.6000000000000005 13.4637
2.6500000000000004 14.154
2.7 14.8797
2.75 15.6426
2.8000000000000007 16.4446
2.8500000000000005 17.2878
2.9000000000000004 18.1741
2.95 19.106
3 20.0855

What this calculator does

This tool builds a table of values for an exponential function \(y = f(x)\) across a range of \(x\) that you choose. Pick one of three function types: the natural exponential \(e^x\) (base Euler's number \(e\), about \(2.7182818\)), the power of ten \(10^x\), or a custom base \(a^x\) where you supply your own positive base \(a\). The result is a clean two-column \((x, y)\) table you can scan, copy, or plot.

How to use it

Select the function from the dropdown. If you choose \(a^x\), enter the base \(a\) (it must be greater than 0 so the result stays a real number for fractional \(x\)). Then set the \(x\) range with "Range x (from)" and "Range x (to)", choose an Increment (step), and pick how many significant digits to display. Press calculate to get the table.

The formula explained

For \(e^x\) the value is computed as $$y = \exp(x).$$ For \(10^x\) it is $$y = \operatorname{pow}(10, x).$$ For a general base \(a^x\) the value is $$y = \operatorname{pow}(a, x),$$ which is mathematically equal to \(\exp(x \cdot \ln a)\). Each table row uses \(x_i = x_{\min} + i \cdot \text{step}\), computed from the index \(i\) rather than by repeated addition, which avoids floating-point drift so the last row lands cleanly on (or near) \(x_{\max}\). The number of rows is \(\min(301, \lfloor (x_{\max} - x_{\min}) / \text{step} \rfloor + 1)\); the cap of 301 keeps very fine steps from producing an unusably long table.

Exponential curve y equals a to the x rising and crossing the y-axis at 1
The exponential function \(y = a^x\) rises steeply and always passes through \((0, 1)\).

Worked example

Choose \(e^x\) with \(x\) from \(-2\) to \(3\) and step 1. The rows are: \(x = -2\), \(y = 0.135335\); \(x = -1\), \(y = 0.367879\); \(x = 0\), \(y = 1\); \(x = 1\), \(y = 2.718282\); \(x = 2\), \(y = 7.389056\); \(x = 3\), \(y = 20.085537\) (shown to 6 significant digits). With \(a^x\) and base 2, \(x = 10\) gives $$2^{10} = 1024.$$

FAQ

Why must the base \(a\) be positive? For non-integer exponents, raising a negative base to a power gives complex (non-real) results, so the calculator requires \(a > 0\).

Why does a large \(x\) show Infinity? Double-precision arithmetic overflows; \(e^x\) exceeds the representable range around \(x > 709\), so the value is reported as Infinity.

Does the significant-digits setting change the math? No. It only affects how the displayed \(y\) values are rounded; the underlying computation always uses full double precision.

Last updated: