This routine computes the Lambert function, W0(x).
function lambert_W0 extends Modelica.Icons.Function; input Real x; output Real y; end lambert_W0;