grimalschi/calque

Pi issue

auswuchs opened this issue · 1 comments

there is something with the Pi const
image

@auswuchs it parses "229.5/2pi" as "229.5/2*pi" and first it does "229.5/2" and then multiplies result with "pi".

So finally formula evaluates as "(229.5 / 2) * pi).