Introduction - If you have any usage issues, please Google them yourself
C++ implementation polynomial fitting calculation, y = a+ bx+ cx ^ 2+ dx ^ 3, n is given on the x, y values, results in abcd value that is given after the value of x, y values automatically calculated