interface Pow {
    $pow: [NumberExpression, NumberExpression];
}

Properties

Properties

Raises a number to the specified exponent.