.Modelica_LinearSystems2.ZerosAndPoles.Internal.isRoot

Check if frequency is an element of the complex vector zeros

Interface

function isRoot
  import Complex;
  input Complex zeros[:];
  input Complex p;
  input Real eps(min = 0) = 0;
  output Boolean result;
end isRoot;

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