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 3523


Ignore:
Timestamp:
2015-09-05T15:03:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3522 r3523  
    182182of terms. The code destroys both arguments, reusing the terms to build
    183183the result."
    184   `(macrolet ((lc (x) `(scalar-coeff (car ,x))))
     184  `(macrolet ((lc (x) `(caar ,x)))
    185185     (do ((p ,p)
    186186          (q ,q)
Note: See TracChangeset for help on using the changeset viewer.