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 2758


Ignore:
Timestamp:
2015-06-20T19:20:10-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2757 r2758  
    170170     self))
    171171
    172 (def-add/subtract-method add-to nil
     172(def-add/subtract-method 'add-to nil
    173173     "Adds to polynomial SELF another polynomial OTHER.
    174174This operation destructively modifies both polynomials.
     
    176176no consing, entirely reusing the sells of SELF and OTHER.")
    177177
    178 (def-add/subtract-method subtract-from unary-minus
     178(def-add/subtract-method 'subtract-from unary-minus
    179179    "Subtracts from polynomial SELF another polynomial OTHER.
    180180This operation destructively modifies both polynomials.
Note: See TracChangeset for help on using the changeset viewer.