Changeset 3631 for branches/f4grobner
- Timestamp:
- 2015-09-05T20:25:48-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3630 r3631 176 176 of terms. The code destroys both arguments, reusing the terms to build 177 177 the result." 178 `(macrolet ((lc (x) `( caar ,x)))178 `(macrolet ((lc (x) `(term-coeff (car ,x)))) 179 179 (do ((p ,p) 180 180 (q ,q)
Note:
See TracChangeset
for help on using the changeset viewer.