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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3451 r3452  
    149149      (setf (elt exponents index) new-value)))
    150150
     151#|
    151152(defgeneric monom-total-degree (m &optional start end)
    152153  (:documentation "Return the todal degree of a monomoal M. Optinally, a range
     
    325326  "A human-readable representation of a monomial M as a list of exponents." 
    326327  (coerce (monom-exponents m) 'list))
     328|#
Note: See TracChangeset for help on using the changeset viewer.