Function mathml::expression::all_ops_are_mult_or_div
source · 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.
pub fn all_ops_are_mult_or_div(ops: Vec<Operator>) -> bool
Check if the current term’s operators are all multiply or divide.