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 3551


Ignore:
Timestamp:
2015-09-05T16:35:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3550 r3551  
    158158      (setf (elt exponents index) new-value))))
    159159
    160 (defgeneric universal-total-degree (m &optional start end)
    161   (:documentation "Return the todal degree of a monomoal M. Optinally, a range
     160(defgeneric total-degree (m &optional start end)
     161  (:documentation "Return the total degree of a monomoal M. Optinally, a range
    162162of variables may be specified with arguments START and END.")
    163163  (:method ((m monom) &optional (start 0) (end (monom-dimension m)))
Note: See TracChangeset for help on using the changeset viewer.