.QCalc.Math.atan

Inverse tangent

Information

This function returns y = atan(u), with -∞ < u < ∞, where y is an angle.

Interface

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

Generated at 2026-02-24T19:19:10Z by OpenModelicaOpenModelica 1.26.2 using GenerateDoc.mos