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 3562 for branches


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3561 r3562  
    239239         m1 m2 m3 m4))
    240240         
    241 (defmethod monom-lcm-equal-lcm-p (m1 m2 m3 m4)
     241(defmethod monom-lcm-equal-lcm-p ((m1 monom) (m2 monom) (m3 monom) (m4 monom))
    242242  "Returns T if monomial LCM(M1,M2) equals LCM(M3,M4), NIL otherwise."
    243243  (with-slots ((exponents1 exponents))
Note: See TracChangeset for help on using the changeset viewer.