Symbol Description Uses
ZZ 5



File Line number Procedure Code
./pkg/sphere/sphere.F 610 RECUR_Z
      DOUBLE PRECISION ZZ
./pkg/sphere/sphere.F 613 RECUR_Z
      ZZ   = 2.0D0
./pkg/sphere/sphere.F 615 RECUR_Z
         ZZ   = ZZ * DBLE(FLOAT(L+L+1))/DBLE(FLOAT(L+L))
./pkg/sphere/sphere.F 616 RECUR_Z
         Z(L) = SNGL(DSQRT(ZZ))