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-06T04:59:40-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3668 r3669  
    559559  (setf (term-coeff self) (multiply-by (term-coeff self) other)))
    560560
    561 
    562561(defmethod multiply-by :before ((self term) other)
    563562  (setf (term-coeff self) (multiply-by (term-coeff self) other)))
Note: See TracChangeset for help on using the changeset viewer.