Function to provide a once continuously differentiable approximation to exp(- |x| ) in the interval |x| < δ for some positive δ
function smoothExponential extends Modelica.Icons.Function; input Real x "Input argument"; input Real delta "Transition point where approximation occurs"; output Real y "Output argument"; end smoothExponential;