This routine computes the Debye function of order 5, D5(x).
function debye_D5 extends Modelica.Icons.Function; input Real x; output Real y; end debye_D5;