| # | Line 32 | Line 32 | class SHFunc { (protected) | |
|---|---|---|
| 32 | ||
| 33 | protected: | |
| 34 | ||
| 35 | + | double LegendreP (int l, int m, double x); |
| 36 | + | double Fac (int n); |
| 37 | + | |
| 38 | int L; | |
| 39 | int M; | |
| 40 | short int funcType; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |