- Timestamp:
- 2015-06-21T13:11:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2944 r2945 103 103 "Destructively multiply terms SELF and OTHER and store the result into SELF. 104 104 It returns SELF." 105 (call-next-method) 106 (setf (r-coeff self) (multiply-by (r-coeff self) (r-coeff other))) 107 self) 108 105 (setf (r-coeff self) (multiply-by (r-coeff self) (r-coeff other)))) 109 106 110 107 (defmethod divide-by ((self term) (other term))
Note:
See TracChangeset
for help on using the changeset viewer.