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

3 lines
51 B
C
Raw Normal View History

2022-06-01 18:02:32 +02:00
#include <math.h>
2022-06-01 12:32:04 +02:00
2022-06-02 14:29:21 +02:00
void power(int **p, double a[]);