Skip to main content

simplify_bounded

Function simplify_bounded 

Source
pub fn simplify_bounded(expr: &Expr, max_depth: usize) -> Expr
Expand description

Simplify to a maximum depth (prevents looping on large terms).