RecordFlux
RecordFlux copied to clipboard
Order-preserving simplification
Ideally, simplification should not change the order of expressions.
>>> str(Mul(Number(8), Variable("L")).simplified())
'L * 8'