From 0d08c7e5c91aa525049be56d2cc657ff9addfca7 Mon Sep 17 00:00:00 2001 From: Anzhelika Nikolaieva Date: Mon, 5 Feb 2024 23:01:52 +0000 Subject: [PATCH] Add 'sk2/calculator.h' --- sk2/calculator.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sk2/calculator.h diff --git a/sk2/calculator.h b/sk2/calculator.h new file mode 100644 index 0000000..6f1b584 --- /dev/null +++ b/sk2/calculator.h @@ -0,0 +1,8 @@ +#ifndef _CALCULATOR_ +#define _CALCULATOR_ +#include +#include + +double evaluateExpression(char* expression, int configuration); + +#endif \ No newline at end of file