Exponential function: Difference between revisions

Content deleted Content added
Nayuki (talk | contribs)
m Minor formatting
No edit summary
Line 1:
[[de:Exponentialfunktion]]
[[fr:Exponentielle]][[pl:Funkcja_wyk%C5%82adnicza]]
The '''exponential function''' is one of the most important [[function (mathematics)|function]]s in [[mathematics]]. It is written as exp(<i>''x</i>'') or <i>e<sup>x</sup></i> (where <i>e</i> is the [[e (mathematical constant)|base of the natural logarithm]]) and can be defined in two equivalent ways, the first an [[infinite series]], the second a [[limit]]:
 
<div style="float:right;width:201px;margin-left:0.5em;">
Line 8:
</div>
 
: <math>e^x = \sum_{n = 0}^{\infty} {x^n \over n!} = 1 + x + {x^2 \over 2!} + {x^3 \over 3!} + {x^4 \over 4!} + ...\cdots</math>
: <math>e^x = \lim_{n \to \infty} \left( 1 + {x \over n} \right)^n</math>