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 2675


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

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