- Timestamp:
- 2016-06-04T22:04:43-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/rational-field.lisp
r4295 r4296 51 51 52 52 (defmethod multiply-by ((self rational-field) (other rational-field)) 53 (with-slots (value) 54 self 55 (with-slots ((other-value value)) 56 other 57 (setf value (* value other-value)))) 58 self) 59 60 (defmethod multiply-by ((self rational-field) (other integer-field)) 53 61 (with-slots (value) 54 62 self
Note:
See TracChangeset
for help on using the changeset viewer.