#pragma once #include <iostream> #include <string> #include <vector> std::vector<double> OrthPol(const int& KF, const int& n, const double& x);