Closed sallam-ahmed closed 8 years ago
If the input coefficient is NULL hence meaning 1: 1x^2 == x^2
if x is written in lower case bug arises:
if X in uppercase it's parsed:
I think this is the problem, MainForm.cs line 517-516:
if (expr.StartsWith("X")) expr = "1" + expr;
There is no similar condition for the lower case. Also see line 514 and 515.
If the input coefficient is NULL hence meaning 1: 1x^2 == x^2
if x is written in lower case bug arises:
if X in uppercase it's parsed: