Closed faroukm15 closed 8 years ago
@faroukm15 In MainForm.cs, in LogInHistory, you don't have a case for OperationTypeEnum.Modulus, which means the _historyTrie will not store the Modulus operations. Is that on purpose?! There is also, I suppose, unnecessary empty method called _BtnDivClick. It may have been, presumably, created by the designer. Consider removing it!
@faroukm15 I'll check the parser new algorithm as it manipulates the input value and might fall for signed numbers ( +,-)
@Ahmed-YehiaGPEL about expr = expr.Replace("+X", "1X");, just make it expr = expr.Replace("+X", "+1X"); it will fix the problem.
Review
Example
Check MainForm.cs
Added Normally!!
I'm just wondering: why there is no button for modulus?!
mainForm does not have enough space, so I left it for @Ahmed-YehiaGPEL to find space and add a button.
I'm just wondering, mdy2een awi mn my code leh? :"D
Thinking of Improving Main UX Issue #16- Main UX Improvement Will add Modulus in the improvement
1 - Polynomial Parser Improved (New Algorithm) and Fixed parsing free term and first degree term 2 - Polynomial Renderer Improved 3 - Added Polynomial Division (Fully Working) 4 - Added Polynomial Division Reminder [Modulus](Logic Added - Not added to GUI)