Changeset 4315 for branches/f4grobner
- Timestamp:
- 2016-06-04T23:19:40-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/rational-field.lisp
r4314 r4315 40 40 41 41 (defclass rational-field (ring) 42 ((value :initarg :value :initform 0 :accessor rational-field-value :type ratio ))42 ((value :initarg :value :initform 0 :accessor rational-field-value :type rational)) 43 43 (:documentation "An object representing an integer.") 44 44 )
Note:
See TracChangeset
for help on using the changeset viewer.