Changeset 4086 for branches/f4grobner
- Timestamp:
- 2016-06-01T09:15:59-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4085 r4086 624 624 625 625 (defgeneric ->sexp (self &optional vars) 626 (:documentation "Convert a polynomial SELF to infix form, using variables VARS.")626 (:documentation "Convert a polynomial SELF to an S-expression, using variables VARS.") 627 627 (:method :before ((self monom) &optional vars) 628 628 "Check the length of variables VARS against the length of exponents in SELF."
Note:
See TracChangeset
for help on using the changeset viewer.