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

Synopsis

pow float float

pow is NOT undoable, NOT queryable, and NOT editable.

Raises the first argument to the power of the second argument and returns the result.

Return value

floatPower value

Related

exp, log, sqrt

MEL examples

pow 2 4;
// Result: 16 //