Changeset 1638 for branches/f4grobner
- Timestamp:
- 2015-06-14T19:55:13-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r1637 r1638 189 189 190 190 (defmacro monom-contract (m k) 191 "Drop the first K variables frommonomial M."191 "Drop the first K variables in monomial M." 192 192 `(setf ,m (subseq ,m ,k))) 193 193
Note:
See TracChangeset
for help on using the changeset viewer.