This function returns y = acos(u), with -1 ≤ u ≤ +1:
function acos extends Modelica.Math.Icons.AxisCenter; input Real u; output SI.Angle y; end acos;