Open MohsinMamoon opened 5 years ago
Issue: If an expression contains operators with same precedence, Instead of evaluating Left to Right (or Right to Left, depending on the operator) any particular operator is given more precedence, resulting in wrong answer.
Steps to reproduce:
Expected result: 10/5 * 2 = 4
Actual Result: 1
Screenshot1:
Screenshot2:
Fixed. Commit ID: 36dea70
Valid fix @MohsinMamoon
Issue: If an expression contains operators with same precedence, Instead of evaluating Left to Right (or Right to Left, depending on the operator) any particular operator is given more precedence, resulting in wrong answer.
Steps to reproduce:
Expected result: 10/5 * 2 = 4
Actual Result: 1
Screenshot1:
Screenshot2: