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:32:10-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3449 r3450  
    149149      (setf (elt exponents index) new-value)))
    150150
    151 (defgeneric monom-total-degree (m &optional (start 0) (end (monom-dimension m)))
     151(defgeneric monom-total-degree (m &optional start end)
    152152  (:documentation "Return the todal degree of a monomoal M. Optinally, a range
    153153of variables may be specified with arguments START and END.")
Note: See TracChangeset for help on using the changeset viewer.