.QCalc.Math.acos

Inverse cosine (-1 ≤ u ≤ 1)

Information

This function returns y = acos(u), with -1 ≤ u ≤ +1, where y is an angle.

Interface

function acos
  extends Modelica.Math.Icons.AxisCenter;
  input Real u annotation(
    Dialog(__Dymola_label = "<html><i>u</i></html>"));
  output Q.Angle y annotation(
    Dialog(__Dymola_label = "<html><i>y</i></html>"));
end acos;

Generated at 2025-04-15T18:20:12Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos