.QCalc.Math.cos

Cosine

Information

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

Interface

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

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