- Timestamp:
- 2016-05-27T23:48:06-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3809 r3810 193 193 self) 194 194 (:method ((self number) (other term)) 195 (reinitialize-instance other :coeff (multiply self (term-coeff other))))) 195 (reinitialize-instance other :coeff (multiply self (term-coeff other)))) 196 (:method ((self term) (other number)) 197 (reinitialize-instance self :coeff (multiply (term-coeff self) other)))) 196 198 197 199 (defgeneric divide-by (self other)
Note:
See TracChangeset
for help on using the changeset viewer.