.QCalc.Math.sin

Sine

Information

This function returns y = sin(u), where u is an angle.

Interface

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

Generated at 2025-07-05T18:21:24Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos