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 4436


Ignore:
Timestamp:
2016-06-10T11:16:29-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4434 r4436  
    348348(defun fast-add (p q order-fn add-fn)
    349349  (cond
    350     ((endp p) p)
    351     ((endp q) q)
     350    ((endp p) q)
     351    ((endp q) p)
    352352    (t
    353353     (multiple-value-bind
Note: See TracChangeset for help on using the changeset viewer.