Browse Source

Merge branch 'feature' of https://gitlab.cs.hs-fulda.de/fdai7766/caschenrechner into feature

remotes/origin/feature
Enrico Schellenberger 11 months ago
parent
commit
77fdd9d445
  1. 10
      src/main/c/scientific.c

10
src/main/c/scientific.c

@ -0,0 +1,10 @@
// scientific.c
#include <stdio.h>
#include <math.h>
#include "taschenrechner.h"
double scientificMode() {
return 0.0;
}
Loading…
Cancel
Save