Changeset 2542 for branches/f4grobner
- Timestamp:
- 2015-06-19T15:39:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2541 r2542 116 116 (q termlist2)) 117 117 ((endp p) 118 ) 118 ;; Include remaining terms of termlist1 119 (setf termlist1 (nconc termlist1 q))) 119 120 ;; Copy all initial terms of q greater than (lt p) into p 120 121 (do ((r q (cdr q)))
Note:
See TracChangeset
for help on using the changeset viewer.