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 3536


Ignore:
Timestamp:
2015-09-05T16:08:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3535 r3536  
    491491              exponents coeff))))
    492492
    493 (defmethod monom-equalp ((term1 term) (term2 term))
    494   (when (equalp (term-coeff term1) (term-coeff term2))
     493(defmethod universal-equalp ((term1 term) (term2 term))
     494  (when (universal-equalp (term-coeff term1) (term-coeff term2))
    495495    (call-next-method)))
    496496
Note: See TracChangeset for help on using the changeset viewer.