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 3779


Ignore:
Timestamp:
2016-05-27T19:18:23-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3778 r3779  
    509509(defgeneric poly-p (object)
    510510  (:documentation "Checks if an object is a polynomial.")
    511   (:method ((self poly))  true)
     511  (:method ((self poly)) t)
    512512  (:method ((self t)) nil))
Note: See TracChangeset for help on using the changeset viewer.