- Timestamp:
- 2016-05-28T13:48:23-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3856 r3857 607 607 value of VARS is the corresponding slot value of SELF.") 608 608 (:method ((self monom) &optional vars) 609 "Convert a monomial SELF to infix form, using variable VARS to build the representation." 609 610 (with-slots (exponents) 610 611 self … … 616 617 vars (coerce exponents 'list))))) 617 618 (:method ((self term) &optional vars) 619 "Convert a term SELF to infix form, using variable VARS to build the representation." 618 620 (with-slots (exponents coeff) 619 621 self
Note:
See TracChangeset
for help on using the changeset viewer.