- Timestamp:
- 2015-06-10T19:28:02-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r1151 r1152 201 201 202 202 (defun monom->list (m) 203 "A human-readable representation of a term as a cons (MONOM . COEFF)."203 "A human-readable representation of a monomial M as a list of exponents." 204 204 (coerce m 'list)
Note:
See TracChangeset
for help on using the changeset viewer.