- Timestamp:
- 2016-05-28T22:32:48-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3864 r3890 89 89 (* 90 90 (if (endp (cddr expr)) ;unary 91 (p-eval (c dr expr))91 (p-eval (cadr expr)) 92 92 (reduce #'multiply (p-eval-list (cdr expr))))) 93 93 (/
Note:
See TracChangeset
for help on using the changeset viewer.