.Modelica.ComplexMath.abs

Absolute value of complex number

Information

This function returns the Real absolute of the Complex input, i.e., its length.

Interface

function abs
  extends Modelica.Icons.Function;
  input Complex c "Complex number";
  output Real result "= abs(c)";
end abs;

Generated at 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos