- Timestamp:
- 2015-06-10T11:43:45-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1107 r1108 279 279 ;; A polynomial can be divided by a scalar 280 280 (cond ((endp (cddr expr)) 281 ;; A special case (/ x) 281 282 (apply (ring-div ring) (cdr expr))) 282 283 ))
Note:
See TracChangeset
for help on using the changeset viewer.