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 4061


Ignore:
Timestamp:
2016-05-31T18:25:33-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4060 r4061  
    683683
    684684(defgeneric poly-nreverse (self)
    685   (:documentation "Destructively reverse the order of terms in a polynomial SELF.")
     685  (:documentation "Reverse the order of terms in a polynomial SELF.")
    686686  (:method ((self poly))
    687687    (with-slots (termlist)
Note: See TracChangeset for help on using the changeset viewer.