mathnet/mathnet-symbolics

Handling expressions with floating point coefficients with inFix.Parse

shyamupa opened this issue · 1 comments

This issue originated from this question.

The InFix.Parse method should support handling of cases like

Infix.ParseOrThrow("1.5*apples + oranges");

Implemented in master, together with another fix to allow spaces after numbers.