Click or drag to resize

PolynomialsSphericalHarmonicY Method

Computes the spherical harmonic Yl,m(theta, phi) with integer parameters satisfying -l <= m <= l.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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

Complex
The spherical harmonic Yl,m(theta, phi).
See Also