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