Open auswuchs opened 3 years ago
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).
there is something with the Pi const