- Timestamp:
- 2016-05-31T13:12:14-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4018 r4022 608 608 (cons (coerce (monom-exponents self) 'list) (term-coeff self)))) 609 609 610 (defgeneric -> infix(self &optional vars)610 (defgeneric ->sexp (self &optional vars) 611 611 (:documentation "Convert a symbolic polynomial SELF to infix form, using variables VARS. The default 612 612 value of VARS is the corresponding slot value of SELF.")
Note:
See TracChangeset
for help on using the changeset viewer.