Computer Science Canada Formula solver |
Author: | Homer_simpson [ Fri Dec 25, 2009 7:02 pm ] |
Post subject: | Formula solver |
currently only these operators are supported +-*/^ and () it works in the same order as most compilers that is all () are processed first and then all ^ and then / and so on.. i'm eventually going to use this make a graphing calculator. let me know if you find any bugs please. |