augustt198 / latex2sympy

Parse LaTeX math expressions
MIT License
386 stars 162 forks source link

Should accept commas as decimals #25

Open nicodjimenez opened 7 years ago

nicodjimenez commented 7 years ago

eg 4,3 + 4,5

augustt198 commented 7 years ago

Right now numbers like 1,300,400 are parsed as 1300400. Implementing commas as decimal points would make something like 1,356 ambiguous. Maybe this should be handled by passing a configuration to the parser?