This routine computes the Laguerre functions, Lna(x).
function laguerre_Ln extends Modelica.Icons.Function; input Integer n; input Real a, x; output Real y; end laguerre_Ln;