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 878


Ignore:
Timestamp:
2015-06-09T11:54:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r877 r878  
    156156(defun monom-equal-p (m1 m2)
    157157  "Returns T if two monomials M1 and M2 are equal."
    158   (every #'= (monom-exponents m1) (monom-exponents m2)))
     158  (every #'= m1 m2))
    159159
    160160(defun monom-lcm (m1 m2 &aux (result (copy-seq m1)))
Note: See TracChangeset for help on using the changeset viewer.