- Timestamp:
- 2016-06-01T10:34:43-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4097 r4098 184 184 185 185 (defgeneric multiply-by (self other) 186 (:documentation "Multiply SELF by OTHER, return SELF.") 186 (:documentation "Multiply SELF by OTHER, return SELF. The object SELF 187 may be destructively modified in the process, while OTHER should remain 188 unmodified.") 187 189 (:method ((self number) (other number)) (* self other)) 188 190 (:method ((self monom) (other monom))
Note:
See TracChangeset
for help on using the changeset viewer.