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 2472


Ignore:
Timestamp:
2015-06-19T10:53:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2471 r2472  
    6666
    6767
    68 
    69 #|
    70 
    71 
    72 
    7368(defgeneric append-item (object item)
    7469  (:method ((self poly) (item term))
    7570    (setf (cdr (last ((poly-termlist self)))) (list item))
    7671    self))
     72
     73
     74#|
     75
    7776
    7877;; Leading term
Note: See TracChangeset for help on using the changeset viewer.