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 2676


Ignore:
Timestamp:
2015-06-20T16:03:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2675 r2676  
    102102         r)
    103103        ((or (endp p) (endp q))
    104          ;; NOTE: R contains the result in reverse order. TODO: Can it
     104         ;; NOTE: R contains the result in reverse order. Can it
    105105         ;; be more efficient to produce the terms in correct order?
    106106         (unless (endp q) (setf r (nreconc r q)))
Note: See TracChangeset for help on using the changeset viewer.