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