close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2921


Ignore:
Timestamp:
2015-06-21T12:48:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2920 r2921  
    225225     (multiply-term-by-termlist-dropping-zeros (car q) p t))
    226226    (t
    227      (nconc (multiply-terms (car p) (car q))
     227     (nconc (r* (car p) (car q))
    228228            (add-termlists
    229229             (multiply-term-by-termlist-dropping-zeros (car p) (cdr q))
Note: See TracChangeset for help on using the changeset viewer.