- Timestamp:
- 2015-09-05T15:03:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3522 r3523 182 182 of terms. The code destroys both arguments, reusing the terms to build 183 183 the result." 184 `(macrolet ((lc (x) `( scalar-coeff (car ,x))))184 `(macrolet ((lc (x) `(caar ,x))) 185 185 (do ((p ,p) 186 186 (q ,q)
Note:
See TracChangeset
for help on using the changeset viewer.