4 lines
95 B
C
4 lines
95 B
C
#include <math.h>
|
|
#include <stdbool.h>
|
|
|
|
void powerFunction(char* rawDataFileName, double **pw); |