- Timestamp:
- 2016-06-04T22:15:35-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/rational-field.lisp
r4301 r4302 49 49 50 50 (defmethod multiply-by ((self rational-field) (other rational-field)) 51 (with-slots (value)52 self53 (with-slots ((other-value value))54 other55 (setf value (* value other-value))))56 self)57 58 (defmethod multiply-by ((self rational-field) (other integer-ring))59 51 (with-slots (value) 60 52 self
Note:
See TracChangeset
for help on using the changeset viewer.