Changeset 3115 for branches/f4grobner
- Timestamp:
- 2015-06-22T08:04:35-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3112 r3115 201 201 The result is stored in SELF. This implementation does 202 202 no consing, entirely reusing the sells of SELF and OTHER.") 203 204 203 ) 205 204 … … 355 354 (make-instance 356 355 'poly 357 :termlist (apply #'nconc (mapc on#'poly-termlist plist))))))356 :termlist (apply #'nconc (mapcar #'poly-termlist plist)))))) 358 357 359 358 #|
Note:
See TracChangeset
for help on using the changeset viewer.