GIDAIbero / GIDACalculateString

Class to parse an input string and calculate its value.
1 stars 2 forks source link

Complex #4

Open aparedes opened 10 years ago

aparedes commented 10 years ago

There is still some bugs to fix or to find. Please review it when you have time and test it as much as you can and let me know any issues :D

ElDeveloper commented 10 years ago

Hey, this is really cool, this is going to be a major addition to MATSOL. I've made a couple comments on some minor details I noticed on the code. And also found the following statements that didn't seem to work with the parser:

(12+58-√8i)*1

25√5

1+√-i

1*√i

The interface would not allow me to write a as a first character.

And overall I think that if we have an exception to catch when these problems happen and then a dialog is shown on screen directing people to a contact e-mail or to this repository, I think that would make the most sense. But that's just an alternative.

This is an amazing amazing advancement, cheers!! :beers: