]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/polynomial.hh
Fixes issue 1328.
[lilypond.git] / flower / include / polynomial.hh
index f575be35fd5a4ec5a0b17d2cfc2f0232360429f3..c58cb935004e2d324381f4b8229d949e63ce7960 100644 (file)
@@ -44,6 +44,7 @@ struct Polynomial
   Real lc () const;
   void print () const;
   Real eval (Real) const;
+  Real minmax (Real, Real, bool) const;
   void print_sols (vector<Real>) const;
   void check_sols (vector<Real>) const;
   void check_sol (Real x) const;