- Timestamp:
- 2016-05-31T15:40:31-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4026 r4030 232 232 "Non-destructively divide object NUMERATOR by product of DENOMINATORS." 233 233 (cond ((endp denominators) 234 ( divide-by 1numerator))234 (unary-inverse numerator)) 235 235 (t (divide-by (copy-instance numerator) (apply #'multiply denominators))))) 236 236
Note:
See TracChangeset
for help on using the changeset viewer.