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

4 lines
83 B
C
Raw Normal View History

2022-06-15 15:45:14 +02:00
#include <math.h>
#include <stdbool.h>
2022-06-16 14:35:02 +02:00
void growthRateFunction(double **dataLign);