Function rgsl::coulomb::wave_F_array[][src]

pub fn wave_F_array(
    L_min: f64,
    eta: f64,
    x: f64,
    fc_array: &mut [f64]
) -> (Value, f64)
Expand description

This function computes the Coulomb wave function F_L(\eta,x) for L = Lmin \dots Lmin + kmax, storing the results in fc_array. In the case of overflow the exponent is stored in F_exponent.

Returns (Value, F_exponent).