Loading src/Calc/Formule.php +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ class Formule } } $ops = ['<', '>', '-', '+', '*', '/', '=', '&']; $ops = ['<', '>', '-', '+', '*', '/', '=', '&', '%']; if (in_array($t['v'], $ops)) { $this->tw(['type' => 'op', 'name' => $t['v']], $i); } Loading Loading
src/Calc/Formule.php +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ class Formule } } $ops = ['<', '>', '-', '+', '*', '/', '=', '&']; $ops = ['<', '>', '-', '+', '*', '/', '=', '&', '%']; if (in_array($t['v'], $ops)) { $this->tw(['type' => 'op', 'name' => $t['v']], $i); } Loading