Skip to main content

Module normalize

Module normalize 

Source
Expand description

Normalization for Atom expression trees.

The normalizer puts expressions into a deterministic canonical form: nested additions and multiplications are flattened, arguments are sorted, and numeric coefficients are merged.

Functionsยง

normalize
Normalize an atom into canonical form.