4 lines
104 B
C
4 lines
104 B
C
#include <math.h>
|
|
#include <stdbool.h>
|
|
|
|
int power(int N , int M, double periode , double timeBandwidth); |