aboutsummaryrefslogtreecommitdiff
path: root/src/Infobox/Calculator.h
blob: 275aed6e563207ba8792bce569079d3b9bf431b1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CALCULATOR_H
#define CALCULATOR_H

#include "Infobox.h"

double evaluate(const char *expr);
InfoBox fetch_calc_data(char *math_input);

#endif