From 35f2b4652151e68a90c97d5027913268415492e7 Mon Sep 17 00:00:00 2001 From: Lafrite Date: Sat, 27 Dec 2014 16:48:32 +0100 Subject: [PATCH] mod div priority --- pymath/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymath/operator.py b/pymath/operator.py index 419f269..2ba1234 100644 --- a/pymath/operator.py +++ b/pymath/operator.py @@ -427,7 +427,7 @@ class op(object): caract = { "operator" : "/", \ "name" : "div",\ - "priority" : 4, \ + "priority" : 5, \ "arity" : 2, \ "txt" : "{op1} / {op2}",\ "tex" : "\\frac{{ {op1} }}{{ {op2} }}",\