Changeset 3613 for branches/f4grobner
- Timestamp:
- 2015-09-05T19:21:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3612 r3613 193 193 (defgeneric divide-by (self other) 194 194 (:documentation "Divide SELF by OTHER, return SELF.") 195 (:method ((self number) (other number)) (/ self other)) 195 196 (:method ((self monom) (other monom)) 196 197 (with-slots ((exponents1 exponents))
Note:
See TracChangeset
for help on using the changeset viewer.