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

4 lines
83 B
C

#include <math.h>
#include <stdbool.h>
void growthRateFunction(double **dataLign);