Skip to main content

collect_additive_terms

Function collect_additive_terms 

Source
fn collect_additive_terms(
    expr: &Expr,
    out: &mut Vec<String>,
) -> Result<(), RError>
Expand description

Recursively collect symbol names from additive terms (x1 + x2 + x3).