.Modelica.ComplexMath.real

Real part of complex number

Information

This function returns the real part of the Complex input.

Interface

function real
  extends Modelica.Icons.Function;
  input Complex c "Complex number";
  output Real r "= c.re";
end real;

Generated at 2026-03-02T19:13:52Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos