This function returns y = exp(u), with -∞ < u < ∞:
function exp extends Modelica.Math.Icons.AxisCenter; input Real u; output Real y; end exp;