Changeset 743 for branches/f4grobner
- Timestamp:
- 2015-06-08T20:49:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r742 r743 104 104 (reduce #'+ (monom-exponents m) :start start :end end)) 105 105 106 (defun monom-sugar (m &aux (start 0) (end (length m)))106 (defun monom-sugar (m &aux (start 0) (end (length (monom-exponents m)))) 107 107 "Return the sugar of a monomial M. Optinally, a range 108 108 of variables may be specified with arguments START and END."
Note:
See TracChangeset
for help on using the changeset viewer.