Calculator
This commit is contained in:
@@ -15,8 +15,14 @@ class Calculator : public Archimedes::Module {
|
||||
private:
|
||||
bool open = true;
|
||||
|
||||
bool parenthesis = true;
|
||||
|
||||
bool graphing = false;
|
||||
|
||||
void basicCalculator();
|
||||
|
||||
std::string calculate(std::string);
|
||||
|
||||
void graphingCalculator();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user