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 4518 for branches


Ignore:
Timestamp:
2016-06-17T12:34:36-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial-sugar.lisp

    r4517 r4518  
    9191  (reinitialize-instance new :termlist (mapc #'(lambda (trm) (change-class trm 'term)) (poly-termlist new))))
    9292
    93 
    9493(defmethod add-to ((self poly-with-sugar) (other poly-with-sugar))
    9594  "Sugar value of the sum of two polynomials, SELF and OTHER, is by definition
Note: See TracChangeset for help on using the changeset viewer.