Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

exp <float>

exp is undoable, queryable, and editable.

If the given value is x.
This command returns the exponential function of x, ex

Also available:
expm1 : Returns exp(x) - 1.

Return value


float

Related

log, pow, sqrt

MEL examples

exp 4;
// Result: 54.59815003 //