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 2680


Ignore:
Timestamp:
2015-06-20T16:07:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2676 r2680  
    4242
    4343(defmethod r-equalp ((self poly) (other poly))
     44  "POLY instances are R-EQUALP if they have the same
     45order and if all terms are R-EQUALP."
    4446  (and (every #'r-equalp (poly-termlist self) (poly-termlist other))
    4547       (eq (poly-term-order self) (poly-term-order other))))
Note: See TracChangeset for help on using the changeset viewer.