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.

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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2919 r2920  
    226226    (t
    227227     (nconc (multiply-terms (car p) (car q))
    228             (tail (add-termlists
    229                    (multiply-term-by-termlist-dropping-zeros (car p) (cdr q))
    230                    (multiply-termlists (cdr p) q)
    231                    order-fn))))))
     228            (add-termlists
     229             (multiply-term-by-termlist-dropping-zeros (car p) (cdr q))
     230             (multiply-termlists (cdr p) q)
     231             order-fn)))))
    232232#|
    233233
Note: See TracChangeset for help on using the changeset viewer.