Changeset 4428 for branches/f4grobner
- Timestamp:
- 2016-06-08T23:15:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r4427 r4428 304 304 "Add two polynomials, P and Q, represented as lists of terms. 305 305 The operation is destructive to both polynomials, as the terms 306 of both lists are combined into the result." 306 of both lists are combined into the result. The operation does not 307 create any new instance of TERM." 307 308 (macrolet ((lc (x) `(term-coeff (car ,x)))) 308 309 (do (r)
Note:
See TracChangeset
for help on using the changeset viewer.