Changeset 1895 for branches/f4grobner
- Timestamp:
- 2015-06-15T17:50:27-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r1894 r1895 224 224 (defun monom->list (m) 225 225 "A human-readable representation of a monomial M as a list of exponents." 226 (declare (type monom m)) 226 227 (coerce m 'list))
Note:
See TracChangeset
for help on using the changeset viewer.