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