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 3555


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3554 r3555  
    273273      (every #'(lambda (x y) (zerop (min x y))) exponents1 exponents2))))
    274274
    275 
    276275(defmethod monom-lcm ((m1 monom) (m2 monom))
    277276  "Returns least common multiple of monomials M1 and M2."
Note: See TracChangeset for help on using the changeset viewer.