mathnet-symbolics icon indicating copy to clipboard operation
mathnet-symbolics copied to clipboard

Add auto-distribution

Open diluculo opened this issue 8 years ago • 2 comments

This is applied only for -1 or minus. e.g. -(a + b) => -a - b Please refer to the discussion in #44.

diluculo avatar Nov 23 '17 10:11 diluculo

This PR can give us fully strange answers. e.g. -(a + b)**2 ==> "(-a - b)^2". Please see #53.

When in doubt, use parentheses. e.g. -((a + b)**2)

diluculo avatar Nov 24 '17 08:11 diluculo

It is really odd

FoggyFinder avatar Dec 18 '17 18:12 FoggyFinder