#include using namespace std;void main(){ float **a,x,result; int n,i; float lglr(float **a,int n,float x); cout<<"输入点数:";