- Timestamp:
- 2015-09-05T16:42:50-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3557 r3558 219 219 (defun divide (numerator &rest denominators) 220 220 "Non-destructively divide object NUMERATOR by product of DENOMINATORS." 221 (divide-by (copy-instance numerator) ( reduce #'multiply-2denominators)))221 (divide-by (copy-instance numerator) (multiply denominators))) 222 222 223 223 (defmethod monom-divides-p ((m1 monom) (m2 monom))
Note:
See TracChangeset
for help on using the changeset viewer.