Changeset 3779 for branches/f4grobner
- Timestamp:
- 2016-05-27T19:18:23-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3778 r3779 509 509 (defgeneric poly-p (object) 510 510 (:documentation "Checks if an object is a polynomial.") 511 (:method ((self poly)) true)511 (:method ((self poly)) t) 512 512 (:method ((self t)) nil))
Note:
See TracChangeset
for help on using the changeset viewer.