Traitement-signal-plantes/Code-C/power.h

4 lines
85 B
C

#include <math.h>
#include <stdbool.h>
double *powerFunction(char* rawDataFileName);