Go to: Synopsis. Return value. Related. MEL examples.
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.float | Power value |
pow 2 4; // Result: 16 //