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 743


Ignore:
Timestamp:
2015-06-08T20:49:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r742 r743  
    104104  (reduce #'+ (monom-exponents m) :start start :end end))
    105105
    106 (defun monom-sugar (m &aux (start 0) (end (length m)))
     106(defun monom-sugar (m &aux (start 0) (end (length (monom-exponents m))))
    107107  "Return the sugar of a monomial M. Optinally, a range
    108108of variables may be specified with arguments START and END."
Note: See TracChangeset for help on using the changeset viewer.