eexp

Calculates base e to the power of a variable or constant

A eexp

Arguments
labeltypedescription
A variable or constant the power to which base e is to be taken
Returns
Result variable or constant Result will be of the same type as A (i.e., either a variable or constant).

Description

eexp evaluates the base of the natural logarithm (e), raised to the power indicated by an input variable or constant A, i.e., eA.

Example

In the following example, e raised to the power of 5 is evaluated.

5 eexp

Live Example Link


See also

Arithmetic Functions: abs add differences div ln log mag mod mul RESCALE sqrt sqrtsgn sub sum