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

Synopsis

pow <float> <float>

pow is undoable, queryable, and editable.

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

Return value


float

Related

exp, log, sqrt

MEL examples

pow 2 4;
// Result: 16 //