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 2674


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2668 r2674  
    102102         r)
    103103        ((or (endp p) (endp q))
     104         ;; NOTE: R contains the result in reverse
     105         ;; order.
    104106         (unless (endp q) (setf r (nreconc r q)))
    105107         r)
Note: See TracChangeset for help on using the changeset viewer.