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.

Ignore:
Timestamp:
2015-09-05T09:33:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3450 r3451  
    158158      (reduce #'+ exponents :start start :end end))))
    159159
    160 (defmethod monom-sugar (m &optional start end)
     160(defgeneric monom-sugar (m &optional start end)
    161161  (:documentation "Return the sugar of a monomial M. Optinally, a range
    162162of variables may be specified with arguments START and END.")
Note: See TracChangeset for help on using the changeset viewer.