Go to the first, previous, next, last section, table of contents.

Coulomb Wave Function Normalization Constant

The Coulomb wave function normalization constant is defined in Abramowitz 14.1.7.

Function: int gsl_sf_coulomb_CL_e (double L, double eta, gsl_sf_result * result)
This function computes the Coulomb wave function normalization constant @math{C_L(\eta)} for @math{L > -1}.

Function: int gsl_sf_coulomb_CL_array (double Lmin, int kmax, double eta, double cl[])
This function computes the coulomb wave function normalization constant @math{C_L(\eta)} for @math{L = Lmin \dots Lmin + kmax}, @math{Lmin > -1}.


Go to the first, previous, next, last section, table of contents.