pub fn all_ops_are_mult_or_div(ops: Vec<Operator>) -> bool
Expand description

Check if the current term’s operators are all multiply or divide.