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