pub fn fermi_dirac_1_e(x: f64) -> (Value, Result)
Expand description

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