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 3499


Ignore:
Timestamp:
2015-09-05T11:02:19-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3498 r3499  
    9191NOTE: The primary use is for low-level debugging of the package."
    9292  (dolist (x alist poly)
    93     (poly-insert-term poly (make-instance 'term :exponents (car x) :coeff (cdr x)))))
     93    (poly-insert-term poly (make-instance 'monom :exponents (car x)) (cdr x))))
    9494
    9595
Note: See TracChangeset for help on using the changeset viewer.