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