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 4428


Ignore:
Timestamp:
2016-06-08T23:15:19-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4427 r4428  
    304304  "Add two polynomials, P and Q, represented as lists of terms.
    305305The operation is destructive to both polynomials, as the terms
    306 of both lists are combined into the result."
     306of both lists are combined into the result. The operation does not
     307create any new instance of TERM."
    307308  (macrolet ((lc (x) `(term-coeff (car ,x))))
    308309    (do (r)
Note: See TracChangeset for help on using the changeset viewer.