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
)
Public Shared Function CoulombG (
L As Integer,
eta As Double,
rho As Double
) As Double
public:
static double CoulombG(
int L,
double eta,
double rho
)
static member CoulombG :
L : int *
eta : float *
rho : float -> float
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:
DoubleThe value of G
L(η,ρ).
Exceptions Remarks See Also