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 3631


Ignore:
Timestamp:
2015-09-05T20:25:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3630 r3631  
    176176of terms. The code destroys both arguments, reusing the terms to build
    177177the result."
    178   `(macrolet ((lc (x) `(caar ,x)))
     178  `(macrolet ((lc (x) `(term-coeff (car ,x))))
    179179     (do ((p ,p)
    180180          (q ,q)
Note: See TracChangeset for help on using the changeset viewer.