void pcshft(float a, float b, float d[], int n) { int k,j; float fac,cnst; cnst=2.0/(b-a); fac=cnst; for (j=1;j=j;k--) d[k] -= cnst*d[k+1]; }