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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4086 r4090  
    565565              exponents coeff))))
    566566
    567 (defmethod multiply-by ((self number) (other term))
    568   (reinitialize-instance other :coeff (multiply self (term-coeff other))))
    569 
    570567(defmethod multiply-by ((self term) (other number))
    571568  (reinitialize-instance self :coeff (multiply (term-coeff self) other)))
Note: See TracChangeset for help on using the changeset viewer.