Click or drag to resize

AdvancedMathCoulombG Method

Computes the irregular Coulomb wave function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double CoulombG(
	int L,
	double eta,
	double rho
)

Parameters

L
Type: SystemInt32
The angular momentum number, which must be non-negative.
eta
Type: SystemDouble
The charge parameter, which can be positive or negative.
rho
Type: SystemDouble
The radial distance parameter, which must be non-negative.

Return Value

Type: Double
The value of GL(η,ρ).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionL or rho is negative.
Remarks

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

See Also