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 2795


Ignore:
Timestamp:
2015-06-20T21:28:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2794 r2795  
    192192
    193193
    194 (defun fast-add-termlists (p q order-fn)
     194(defun add-termlists (p q order-fn)
    195195  "Destructively adds two termlists P and Q ordered according to ORDER-FN."
    196196  (fast-add/subtract p q order-fn add-to nil))
Note: See TracChangeset for help on using the changeset viewer.