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 3628


Ignore:
Timestamp:
2015-09-05T20:20:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3627 r3628  
    155155
    156156;; Testing for a zero polynomial
    157 (defgeneric poly-zerop (self)
     157(defmethod universal-zerop (self)
    158158  (:method ((self poly))
    159159    (null (poly-termlist self))))
Note: See TracChangeset for help on using the changeset viewer.