PolynomialsSphericalHarmonicY Method |
Computes the spherical harmonic Yl,m(theta, phi) with integer parameters
satisfying -l <= m <= l.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Complex SphericalHarmonicY(
int l,
int m,
double theta,
double phi
)
Parameters
- l Int32
- Degree (must be >= 0).
- m Int32
- Order (must satisfy -l <= m <= l).
- theta Double
- Polar angle (theta).
- phi Double
- Azimuthal angle (phi).
Return Value
ComplexThe spherical harmonic Y
l,m(theta, phi).
See Also