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 742


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r741 r742  
    9898  `(elt (monom-exponents ,m) ,index))
    9999
    100 (defun monom-total-degree (m &optional (start 0) (end (length m)))
     100(defun monom-total-degree (m &optional (start 0) (end (length (monom-exponents m))))
    101101  "Return the todal degree of a monomoal M. Optinally, a range
    102102of variables may be specified with arguments START and END."
Note: See TracChangeset for help on using the changeset viewer.