grimalschi / calque

Reactive calculator
https://calque.io
MIT License
466 stars 90 forks source link

Pi issue #22

Open auswuchs opened 3 years ago

auswuchs commented 3 years ago

there is something with the Pi const image

grimalschi commented 3 years ago

@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).