• Taddeus Kroes's avatar
    Modified parser to fit MathJax syntax. · 52dcf02f
    Taddeus Kroes authored
    - Division now has a higher precedence than multiplication.
    - Integrals and derivatives now have a precedence higher than addition, but
      lower than multiplication.
    - 'a2' is now translated to 'a * 2' instead of 'a ^ 2'.
    52dcf02f
test_rules_fractions.py 11.7 KB