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 2081


Ignore:
Timestamp:
2015-06-17T19:29:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

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