- Timestamp:
- 2015-06-18T20:21:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2343 r2345 44 44 (defmethod print-object ((self term) stream) 45 45 (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>" 46 ( slot-value self 'dimension)47 ( slot-value self 'exponents)46 (monom-dimension self) 47 (monom-exponents self) 48 48 (slot-value self 'coeff))) 49 49
Note:
See TracChangeset
for help on using the changeset viewer.