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 2725


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2724 r2725  
    212212(defmethod r-equalp ((m1 monom) (m2 monom))
    213213  "Returns T if two monomials M1 and M2 are equal."
    214   (monom= m1 m2))
     214  (monom-equalp m1 m2))
    215215
    216216(defmethod r-lcm ((m1 monom) (m2 monom))
Note: See TracChangeset for help on using the changeset viewer.