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

Synopsis

exp float

exp is NOT undoable, NOT queryable, and NOT 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

floatExponent value

Related

log, pow, sqrt

MEL examples

exp 4;
// Result: 54.59815003 //