close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 871


Ignore:
Timestamp:
2015-06-09T11:49:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r870 r871  
    115115  "Return the todal degree of a monomoal M. Optinally, a range
    116116of 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))
    119118
    120119(defun monom-sugar (m &aux (start 0) (end (monom-dimension m)))
Note: See TracChangeset for help on using the changeset viewer.