- Timestamp:
- 2015-06-10T12:19:17-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1110 r1111 282 282 (apply (ring-div ring) (cdr expr))) 283 283 (t 284 (error "Syntax error in ~A~%." expr)))) 284 (let ((num (p-eval (cons '* (cdr (butlast expr))))) 285 (denom (p-eval-scalar (cons '/ (last expr))))))))) 285 286 (expt 286 287 (cond
Note:
See TracChangeset
for help on using the changeset viewer.