Changeset 3523
- Timestamp:
- 2015-09-05T15:03:31-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/polynomial.lispr3522 r3523 182 182 of terms. The code destroys both arguments, reusing the terms to build 183 183 the result." 184 `(macrolet ((lc (x) `( scalar-coeff (car ,x))))184 `(macrolet ((lc (x) `(caar ,x))) 185 185 (do ((p ,p) 186 186 (q ,q) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
