nim-mathexpr icon indicating copy to clipboard operation
nim-mathexpr copied to clipboard

negate operator precedes over higher priority operators

Open hamidb80 opened this issue 3 years ago • 0 comments

expression: -10^2 expected answer: -100 mathexpr: 100

tested on mathexpr 1.3.2

I wrote a library that does not have this issue

hamidb80 avatar Oct 05 '22 17:10 hamidb80