The parser doesn't respect the order of operations

Issue #953 duplicate
Vacaboy created an issue

Example with multiplication sign (asterisk) that works correctly:

cos(2pi/365*(171-171))
= 1

Example without multiplication sign (asterisk) that works wrong:

cos(2pi/365(171-171))
= dividing by zero

My other calculators work fine in both cases.

System: Ubuntu 18.04.3

Comments (2)

  1. Log in to comment