Browse Source

Added scientific.c file

remotes/origin/feature
fdai7782 11 months ago
parent
commit
4455b53c89
  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