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 2111


Ignore:
Timestamp:
2015-06-17T20:16:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2110 r2111  
    230230      (every #'= exponents1 exponents2))))
    231231
    232 (defmethod ring-lcm ((m1 monom) (m2 monom))
     232(defmethod lcm ((m1 monom) (m2 monom))
    233233  "Returns least common multiple of monomials M1 and M2."
    234234  (with-slots (exponents1 exponents)
Note: See TracChangeset for help on using the changeset viewer.