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.

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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3566 r3567  
    286286
    287287
    288 (defmethod monom-gcd ((m1 monom) (m2 monom))
     288(defgeneric universal-gcd (object1 object2)
     289  (:documentation "Returns GCD of objects OBJECT1 and OBJECT2")
     290  (:method ((m1 monom) (m2 monom))
    289291  "Returns greatest common divisor of monomials M1 and M2."
    290292  (with-slots ((exponents1 exponents))
Note: See TracChangeset for help on using the changeset viewer.