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-14T19:35:34-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4446 r4463  
    568568      copy))
    569569
    570 #|
    571 (defmethod multiply-by ((self term) (other number))
     570(defmethod multiply-by ((self term) (other ring))
    572571  (reinitialize-instance self :coeff (multiply-by (term-coeff self) other)))
    573572
    574 (defmethod divide-by ((self term) (other number))
     573(defmethod divide-by ((self term) (other ring))
    575574  (reinitialize-instance self :coeff (divide-by (term-coeff self) other)))
    576 |#
     575
    577576
    578577(defmethod unary-inverse :after ((self term))
Note: See TracChangeset for help on using the changeset viewer.