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