These routines compute the Complete Fermi-Dirac integral of integer-n order, F_n(x).
function fermidirac_Fn extends Modelica.Icons.Function; input Integer n; input Real x; output Real y; end fermidirac_Fn;