- Timestamp:
- 2015-06-15T20:23:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r1963 r1967 210 210 (defun monom-contract (m k) 211 211 "Drop the first K variables in monomial M." 212 (declare (type monom m) (fixnum k)) 212 213 (subseq m k)) 213 214
Note:
See TracChangeset
for help on using the changeset viewer.