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.

Ignore:
Timestamp:
2015-09-05T16:59:49-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3575 r3576  
    540540  self)
    541541
    542 (defmethod monom-multiply ((term1 term) (term2 term))
    543   "Non-destructively multiply TERM1 by TERM2."
    544   (monom-multiply-by (copy-instance term1) (copy-instance term2)))
    545 
    546542(defmethod monom-multiply ((term1 number) (term2 monom))
    547543  "Non-destructively multiply TERM1 by TERM2."
Note: See TracChangeset for help on using the changeset viewer.