Sinc function
function sinc import Modelica.Constants.*; input Real x = pi/2; output Real y; end sinc;