Symbol | Description | Uses |
DSQRT | 5 |
File | Line number | Procedure | Code |
./pkg/sphere/sphere.F | 562 | HELMHOLTZ |
X(L) = SNGL(1.0D0/DSQRT(DBLE(FLOAT(4*L*L-1)))) |
./pkg/sphere/sphere.F | 563 | HELMHOLTZ |
Y(L) = SNGL(DSQRT(DBLE(FLOAT(L)))) |
./pkg/sphere/sphere.F | 564 | HELMHOLTZ |
Y(L+LMAX) = SNGL(DSQRT(DBLE(FLOAT(L+LMAX)))) |
./pkg/sphere/sphere.F | 571 | HELMHOLTZ |
C = SNGL(DSQRT(1.0D0-DBLE(S)*DBLE(S))) |
./pkg/sphere/sphere.F | 616 | RECUR_Z |
Z(L) = SNGL(DSQRT(ZZ)) |