Traitement-signal-plantes/Code-C/power.h
2022-06-09 17:56:45 +02:00

4 lines
104 B
C

#include <math.h>
#include <stdbool.h>
int power(int N , int M, double periode , double timeBandwidth);