- Timestamp:
- 2016-06-05T12:23:36-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/rational-field.lisp
r4316 r4318 114 114 115 115 (defmethod make-zero-for ((object rational-field)) 116 ;; NOTE: Always the same object is returned 117 *rational-field-zero*) 116 (copy-instance *rational-field-zero*)) 118 117 119 118 (defmethod make-unit-for ((object rational-field)) 120 119 ;; NOTE: Always the same object is returned 121 ( make-instance 'rational-field :value 1))120 (copy-instance *rational-field-unit*))
Note:
See TracChangeset
for help on using the changeset viewer.