This routine computes the normalized Hydrogen wavefunction, Rnl(r).
function hydrogen_Rnl extends Modelica.Icons.Function; input Integer n, l; input Real x; output Real y; end hydrogen_Rnl;