- Timestamp:
- 2015-09-05T16:49:55-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3566 r3567 286 286 287 287 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)) 289 291 "Returns greatest common divisor of monomials M1 and M2." 290 292 (with-slots ((exponents1 exponents))
Note:
See TracChangeset
for help on using the changeset viewer.