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:
2016-05-27T23:48:06-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3809 r3810  
    193193    self)
    194194  (:method ((self number) (other term))
    195     (reinitialize-instance other :coeff (multiply self (term-coeff other)))))
     195    (reinitialize-instance other :coeff (multiply self (term-coeff other))))
     196  (:method ((self term) (other number))
     197    (reinitialize-instance self :coeff (multiply (term-coeff self) other))))
    196198
    197199(defgeneric divide-by (self other)
Note: See TracChangeset for help on using the changeset viewer.