Changeset 2797 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-20T21:34:45-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2796 r2797 231 231 (tail (add-termlists 232 232 (multiply-term-by-termlist-dropping-zeros (car p) (cdr q)) 233 (multiply-termlist s (cdr p) q)233 (multiply-termlist-by-term-dropping-zeros (cdr p) q) 234 234 order-fn))) 235 235 (nconc head tail)))))))
Note:
See TracChangeset
for help on using the changeset viewer.