Browse Source

Updated header file to calculator.h

remotes/origin/kabrel
fdai7782 11 months ago
parent
commit
c2370ea9e8
  1. 2
      src/main/c/scientificMode.c

2
src/main/c/scientificMode.c

@ -2,7 +2,7 @@
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#include "taschenrechner.h"
#include "calculator.h"
// get the number which has to be calculated // get the number which has to be calculated
double getNumberFromUser() { double getNumberFromUser() {

Loading…
Cancel
Save