augustt198 / latex2sympy

Parse LaTeX math expressions
MIT License
388 stars 163 forks source link

Handling `mod` operator in the parser #42

Open maximaminima opened 6 years ago

maximaminima commented 6 years ago

Mod operator has not been handled. Is there any reason why this has been skipped ? Mod is a standard operator in sympy supported operators collection.

maximaminima commented 6 years ago

Can raise a patch if you want. I have added the same in process_latex.py