calque
calque copied to clipboard
Pi issue
there is something with the Pi const

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