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 3375


Ignore:
Timestamp:
2015-08-27T06:13:10-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3374 r3375  
    293293  self)
    294294
    295 (defmethod r* ((poly1 poly) (poly2 poly))
     295(defmethod r+ ((poly1 poly) (poly2 poly))
    296296  "Non-destructively add POLY1 by POLY2."
    297   (multiply-by (copy-instance POLY1) (copy-instance POLY2)))
     297  (add-to (copy-instance POLY1) (copy-instance POLY2)))
    298298
    299299
Note: See TracChangeset for help on using the changeset viewer.