fn interp_op_div(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Division operator as a function.
@param e1 numerator @param e2 denominator @return quotient of e1 and e2