Function rgsl::coulomb::wave_FG_array
source · [−]pub fn wave_FG_array(
L_min: f64,
eta: f64,
x: f64,
fc_array: &mut [f64],
gc_array: &mut [f64]
) -> (Value, f64, f64)
Expand description
This function computes the functions F_L(\eta,x), G_L(\eta,x) for L = Lmin \dots Lmin + kmax storing the results in fc_array and gc_array. In the case of overflow the exponents are stored in F_exponent and G_exponent.
Returns (Value, F_exponent, G_exponent)
.