This commit is contained in:
frosty
2026-02-23 00:57:21 -05:00
commit b280ab6bcd
37 changed files with 2787 additions and 0 deletions

9
src/Infobox/Calculator.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef CALCULATOR_H
#define CALCULATOR_H
#include "Infobox.h"
double evaluate(const char *expr);
InfoBox fetch_calc_data(char *math_input);
#endif