.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-07-10T20:51:55Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos