Function rgsl::coulomb::wave_FG_array
[−]
[src]
pub fn wave_FG_array(L_min: f64, eta: f64, x: f64, fc_array: &mut [f64], gc_array: &mut [f64], F_exponent: &mut f64, G_exponent: &mut f64) -> Value
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.