modelPolynomial

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example verifies the correct implementation of Buildings.Utilities.Math.Functions.polynomial.

Components

TypeNameDefaultDescription
RealxFunction value

Revisions

  • December 14, 2016, by Michael Wetter:
    Renamed example and removed derivative computation.
    This is for issue 602.
  • April 22, 2016, by Michael Wetter:
    Changed accuarcy test in assertion to use the relative error because the magnitude of x is 1E6 and hence testing an absolute error is too stringent. This is for Buildings, issue 510.
  • August 17, 2015 by Michael Wetter:
    Updated regression test to have slope that is different from one. This is for issue 303.
  • October 29, 2008, by Michael Wetter:
    First implementation.