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 3574


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3573 r3574  
    144144
    145145(defgeneric monom-elt (m index)
    146   (:documentation "Return the power in the monomial M of variable number INDEX."
     146  (:documentation "Return the power in the monomial M of variable number INDEX.")
    147147  (:method ((m monom) index)
    148148    "Return the power in the monomial M of variable number INDEX."
Note: See TracChangeset for help on using the changeset viewer.