Changeset 4500 for branches/f4grobner/symbolic-polynomial.lisp
- Timestamp:
- 2016-06-17T09:59:09-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r4463 r4500 27 27 printing in standard human-readable (infix) form.")) 28 28 29 (in-package :symbolic-polynomial)29 (in-package "SYMBOLIC-POLYNOMIAL") 30 30 31 31 (defclass symbolic-poly (poly)
Note:
See TracChangeset
for help on using the changeset viewer.