- Timestamp:
- 2016-05-28T13:36:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3850 r3856 604 604 605 605 (defgeneric ->infix (self &optional vars) 606 (:documentation "Convert a symbolic polynomial SELF to infix form, using variables VARS. The default 607 value of VARS is the corresponding slot value of SELF.") 606 608 (:method ((self monom) &optional vars) 607 609 (with-slots (exponents)
Note:
See TracChangeset
for help on using the changeset viewer.