| Symbol | Description | Uses |
| AK | 7 |
| File | Line number | Procedure | Code |
| ./pkg/sphere/sphere.F | 554 | HELMHOLTZ |
REAL C, CM, AK |
| ./pkg/sphere/sphere.F | 581 | HELMHOLTZ |
AK = X(L)*Y(L+M)*Y(N) |
| ./pkg/sphere/sphere.F | 582 | HELMHOLTZ |
P(K) = S*P(K-1)/AK |
| ./pkg/sphere/sphere.F | 583 | HELMHOLTZ |
A(M) = AK |
| ./pkg/sphere/sphere.F | 589 | HELMHOLTZ |
AK = X(L)*Y(L+M)*Y(N) |
| ./pkg/sphere/sphere.F | 590 | HELMHOLTZ |
P(K) =(S*P(K-1)-P(K-2)*A(M))/AK |
| ./pkg/sphere/sphere.F | 591 | HELMHOLTZ |
A(M) = AK |