.QCalc.Math.asin

Information

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

Interface

function asin
  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 asin;

Generated at 2024-04-17T18:16:15Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos