Parameters & Returns
Parameters
Returns
Quick Summary
Returns e raised to the power of the value.
Takes value (exponent).
Returns e^value.
Technical Exegesis...
Calculates e^value where e is Euler's number (approximately 2.71828). This is the natural exponential function.
Commonly used in exponential growth/decay calculations, probability distributions, and physics simulations. The inverse function is mathLog.