Skip to content

Used C++ to implement RPN algorithm to calculate the input equation and used SFML to plot out the solution, creating graph-like line on the screen.

Notifications You must be signed in to change notification settings

tnleang/graphingCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

graphingCalculator

Create a graphing calculator.

The calculator will take an expression made up of numbers, instances of a single variable, Trig functions, in addition to functions taking more than one argument such as Max(a, b)

The calculator will draw a graph of the function for a given interval and given increments:

queue PlotExpression (string expression, double low, double high, double increments);

This function takes an expression as a string, the high and low values for the function variable and the increments and produces a queue of points that represent the graph.

Can handle:

  • Functions (specially, the Trig functions)

About

Used C++ to implement RPN algorithm to calculate the input equation and used SFML to plot out the solution, creating graph-like line on the screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published