#include "genlib.h" #include #include #include "log.h" /*power covariance function*/ double power(double h, double alpha) { log_info("RESULT = in progress, h = %f, alpha = %f", h, alpha); return pow(h, alpha); }