Changeset 3969 for branches/f4grobner
- Timestamp:
- 2016-05-30T11:16:09-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3908 r3969 55 55 "MAKE-POLY-CONSTANT" 56 56 "UNIVERSAL-EXPT" 57 "UNIVERSAL-EQUALP" 58 "POLY-LENGTH" 57 59 "POLY-P" 58 60 "+LIST-MARKER+" … … 285 287 (subtract-from self (make-poly-constant (poly-dimension self) other)))) 286 288 289 287 290 #| 288 289 291 (defmacro def-add/subtract-method (add/subtract-method-name 290 292 uminus-method-name
Note:
See TracChangeset
for help on using the changeset viewer.