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 2469


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2468 r2469  
    5757  (:default-initargs :termlist nil))
    5858
     59#|
     60
    5961(defgeneric insert-item (object item)
    6062  (:method ((self poly) (item term))
     
    9597  (length (poly-termlist self)))
    9698
    97 #|
     99
    98100
    99101(defgeneric multiply-by (self other)
Note: See TracChangeset for help on using the changeset viewer.