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.

Changeset 3890


Ignore:
Timestamp:
2016-05-28T22:32:48-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3864 r3890  
    8989         (*
    9090          (if (endp (cddr expr))        ;unary
    91               (p-eval (cdr expr))
     91              (p-eval (cadr expr))
    9292              (reduce #'multiply (p-eval-list (cdr expr)))))
    9393         (/
Note: See TracChangeset for help on using the changeset viewer.