- Timestamp:
- 2015-06-20T20:23:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2779 r2780 282 282 "A human-readable representation of a monomial M as a list of exponents." 283 283 (coerce (monom-exponents m) 'list)) 284 285 (defmethod r-coeff ((self monom)) 286 (monom-coeff self)) 287 288 (defmethod r-exponents ((self monom)) 289 (monom-exponents self))
Note:
See TracChangeset
for help on using the changeset viewer.