void pcshft(a,b,d,n) float a,b,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]; }