function smoothStep input Real u; input Real a = 0.01; input Real b = 10; output Real y; end smoothStep;