- Timestamp:
- 2015-09-05T20:03:51-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3613 r3614 224 224 (defun divide (numerator &rest denominators) 225 225 "Non-destructively divide object NUMERATOR by product of DENOMINATORS." 226 (divide-by (copy-instance numerator) ( multiply denominators)))226 (divide-by (copy-instance numerator) (apply #'multiply denominators))) 227 227 228 228 (defgeneric divides-p (object1 object2)
Note:
See TracChangeset
for help on using the changeset viewer.