rubysolo/dentaku

Division by % is not working

gstenson opened this issue · 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