gstenson opened this issue 8 months ago · 0 comments
Seems to not handle division by percent correctly
calculator = Dentaku::Calculator.new calculator.evaluate("400.0/60%").to_s #=> "0.06666666666666666666666666666666666667"
Should be 666.67