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 4285


Ignore:
Timestamp:
2016-06-04T21:17:14-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4284 r4285  
    565565      copy))
    566566
     567#|
    567568(defmethod multiply-by ((self term) (other number))
    568569  (reinitialize-instance self :coeff (multiply-by (term-coeff self) other)))
     
    570571(defmethod divide-by ((self term) (other number))
    571572  (reinitialize-instance self :coeff (divide-by (term-coeff self) other)))
     573|#
    572574
    573575(defmethod unary-inverse :after ((self term))
Note: See TracChangeset for help on using the changeset viewer.