Computes the irregular Coulomb wave function.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- L
- Int32
The angular momentum number, which must be non-negative.
- eta
- Double
The charge parameter, which can be postive or negative.
- rho
- Double
The radial distance parameter, which must be non-negative.
Return Value
The value of GL(η,ρ).
Remarks
For information on the Coulomb wave functions, see the remarks on CoulombF(Int32, Double, Double).