Changeset 702 for branches/f4grobner/termlist.lisp
- Timestamp:
- 2015-06-08T18:08:18-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/termlist.lisp
r701 r702 205 205 206 206 (defun termlist-expt (ring poly n &aux (dim (monom-dimension (termlist-lm poly)))) 207 (declare (type fixnum n dim) )207 (declare (type fixnum n dim) (ring ring)) 208 208 (cond 209 209 ((minusp n) (error "termlist-expt: Negative exponent."))
Note:
See TracChangeset
for help on using the changeset viewer.