Skip to main content

interp_op_pow

Function interp_op_pow 

Source
fn interp_op_pow(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Exponentiation operator as a function.

@param e1 base @param e2 exponent @return e1 raised to the power of e2