pub fn fermi_dirac_2(x: f64) -> f64
Expand description

This routine computes the complete Fermi-Dirac integral with an index of 2, F_2(x) = (1/2) \int_0^\infty dt (t^2 /(\exp(t-x)+1)).