mathExp

Returns e raised to the power of the value. Takes value (exponent). Returns e^value.

Mathematics

Parameters & Returns

Parameters

value Double

Returns

Double

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.

Example

Example.bam
; No example implemented yet