Changeset 3136
- Timestamp:
- 2015-06-22T11:12:25-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3131 r3136 80 80 81 81 (defclass scalar () 82 (( value :initarg :value :accessor scalar-value))82 ((coeff :initarg :value :accessor scalar-coeff)) 83 83 (:documentation "Wraps objects suitable as scalars/polynomial coefficients")) 84 84
Note:
See TracChangeset
for help on using the changeset viewer.