Traitement-signal-plantes/Code-C/power.h
2022-06-02 14:29:21 +02:00

3 lines
51 B
C

#include <math.h>
void power(int **p, double a[]);