AdvancedMathCoulombG Method

Computes the irregular Coulomb wave function.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double CoulombG(
	int L,
	double eta,
	double rho
)

Parameters

L  Int32
The angular momentum number, which must be non-negative.
eta  Double
The charge parameter, which can be positive or negative.
rho  Double
The radial distance parameter, which must be non-negative.

Return Value

Double
The value of GL(η,ρ).

Remarks

For information on the Coulomb wave functions, see the remarks on Coulomb(Int32, Double, Double).

Exceptions

ArgumentOutOfRangeExceptionL or rho is negative.

See Also