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:46:46-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3808 r3809  
    210210  self)
    211211  (:method ((self term) (other number))
    212     (reinitialize-instance self :coeff (multiply (term-coeff self) other))))
     212    (reinitialize-instance self :coeff (divide (term-coeff self) other))))
    213213
    214214(defmethod copy-instance :around ((object monom)  &rest initargs &key &allow-other-keys)
Note: See TracChangeset for help on using the changeset viewer.