PDA

View Full Version : graphDS WIP



wraggster
February 26th, 2008, 16:36
News/release from MorganDS (http://palib.info/forum/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=4316&forum=9)


For the last couple of weeks I've been writing a class in C++ for storing and evaluating expressions. Today I wrote a very primitive program for the DS that implements the class and performs calculations. Eventually, this application will be a sort of graphing calculator that will include expression evaluation, graphing, and calculus tools like slope fields and Euler's method. It will also be capable of evaluating definite integrals and Riemann sums.

I will post updates as I continue work on this project. Any feedback would be appreciated. In the meantime, check out the calculator. It's compatible with addition/subtraction, multiplication/division, exponents, parentheses, and basic trig functions.

Download and Give Feedback Via Comments