4 lines
82 B
C
4 lines
82 B
C
#include <math.h>
|
|
#include <stdbool.h>
|
|
|
|
void growthRateFunction(double *dataLign); |