.Modelica_LinearSystems2.Math.Polynomial.'=='

Check whether two polynomials are identical

Interface

encapsulated operator function '=='
  import Modelica_LinearSystems2.Math.Polynomial;
  input Polynomial p1;
  input Polynomial p2;
  input Real eps(min = 0) = 0 "Two coefficients c1 and c2 of the two polynomials are identical if abs(c1-c2) <= eps";
  output Boolean same "=true, if identical";
end '==';

Generated at 2025-04-25T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos