.Modelica_LinearSystems2.ZerosAndPoles.Internal.isRoot

Information

Check if frequency is an element of the complex vector zeros

Interface

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

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos