This routine computes the Hermite function of order n, psi_n(x).
function hermite_func_psi_n extends Modelica.Icons.Function; input Integer n; input Real x; output Real y; end hermite_func_psi_n;