holgerschmitz/Schnek

unary minus operator precendence

Closed this issue · 1 comments

There seems to be a bug in evaluating sums in which the first term is preceded by a unary minus operator. In some/all cases the - is applied to the whole sum instead of the first term only.

Fixed and merged into devel branch