close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2015-08-27T08:55:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3392 r3393  
    9393            (if (endp (cddr expr))      ;unary
    9494                (p-eval (cdr expr))
    95                 (reduce #'(lambda (p q) (r* p q)) (p-eval-list (cdr expr)))))
     95                (reduce #'r* (p-eval-list (cdr expr)))))
    9696           (/
    9797            ;; A polynomial can be divided by a scalar
Note: See TracChangeset for help on using the changeset viewer.