#pragma once typedef float (*gety_t)(int x); void least_square_method(int xstart, int xtedp, int xend, gety_t gety, float *c, float *k);