- Timestamp:
- 2016-05-31T18:25:33-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r4060 r4061 683 683 684 684 (defgeneric poly-nreverse (self) 685 (:documentation " Destructively reverse the order of terms in a polynomial SELF.")685 (:documentation "Reverse the order of terms in a polynomial SELF.") 686 686 (:method ((self poly)) 687 687 (with-slots (termlist)
Note:
See TracChangeset
for help on using the changeset viewer.