Changeset 3202 for branches/f4grobner
- Timestamp:
- 2015-06-22T18:48:27-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3139 r3202 85 85 (:documentation "Wraps objects suitable as scalars/polynomial coefficients")) 86 86 87 (defmethod print-object ((self scalar) stream) 88 (print-unreadable-object (self stream :type t :identity t) 89 (format stream "COEFF=~A" 90 (slot-value self 'coeff)))) 91 92 87 93 (defgeneric unit-element (class)) 88 94
Note:
See TracChangeset
for help on using the changeset viewer.