Browse Source

Updated header file to calculator.h

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

4
src/main/c/scientificMode.c

@ -2,7 +2,7 @@
#include <stdio.h>
#include <math.h>
#include "taschenrechner.h"
#include "calculator.h"
// get the number which has to be calculated
double getNumberFromUser() {
@ -154,4 +154,4 @@ double scientificMode() {
} while (choice != 0);
return result;
}
}
Loading…
Cancel
Save