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 4091


Ignore:
Timestamp:
2016-06-01T10:12:00-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4090 r4091  
    566566
    567567(defmethod multiply-by ((self term) (other number))
    568   (reinitialize-instance self :coeff (multiply (term-coeff self) other)))
     568  (reinitialize-instance self :coeff (multiply-by (term-coeff self) other)))
    569569
    570570(defmethod divide-by ((self term) (other number))
    571   (reinitialize-instance self :coeff (divide (term-coeff self) other)))
     571  (reinitialize-instance self :coeff (divide-by (term-coeff self) other)))
    572572
    573573(defmethod unary-inverse :after ((self term))
Note: See TracChangeset for help on using the changeset viewer.