Go to the documentation of this file.
29 IMPLICIT DOUBLE PRECISION (a-h,o-z)
36 100 p(i+1,1)=((2*i-1)*x*p(i,1)-(i-1)*p(i-1,1))/i
44 200 p(i+1,i+1)=(2*i-1)*y*p(i,i)
51 p(i+1,j+1)=(2*i-1)*y*p(i,j)
52 IF (i-2.GE.j) p(i+1,j+1)=p(i+1,j+1)+p(i-1,j+1)
subroutine legend(N, M, X, P)