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