Changeset 871 for branches/f4grobner
- Timestamp:
- 2015-06-09T11:49:07-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r870 r871 115 115 "Return the todal degree of a monomoal M. Optinally, a range 116 116 of variables may be specified with arguments START and END." 117 (declare (type monom m) (fixnum start end)) 118 (reduce #'+ (monom-exponents m) :start start :end end)) 117 (reduce #'+ m :start start :end end)) 119 118 120 119 (defun monom-sugar (m &aux (start 0) (end (monom-dimension m)))
Note:
See TracChangeset
for help on using the changeset viewer.