1 #ifndef CALCULATION_CALCULATION_STORE_H 2 #define CALCULATION_CALCULATION_STORE_H
Calculation * push(const char *text, Poincare::Context *context)
Calculation * calculationAtIndex(int i)
void deleteCalculationAtIndex(int i)
static constexpr int k_maxNumberOfCalculations
int numberOfCalculations()
Poincare::Expression * ansExpression(Poincare::Context *context)