- Timestamp:
- 2015-06-18T21:13:40-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2363 r2364 289 289 (defmethod r->list ((m monom)) 290 290 "A human-readable representation of a monomial M as a list of exponents." 291 (coerce ( monom-exponents m) 'list))291 (coerce (r-exponents m) 'list))
Note:
See TracChangeset
for help on using the changeset viewer.