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 2939


Ignore:
Timestamp:
2015-06-21T13:01:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2930 r2939  
    242242  self)
    243243
     244(defmethod r* ((poly1 poly) (poly2 poly))
     245  "Non-destructively multiply POLY1 by POLY2."
     246  (multiply-by (copy-instance POLY1) (copy-instance POLY2)))
    244247
    245248#|
Note: See TracChangeset for help on using the changeset viewer.