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:47:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3563 r3564  
    264264
    265265(defmethod rel-prime-p (object1 object2)
     266  "Returns T if objects OBJECT1 and OBJECT2 are relatively prime."
    266267  (:method ((m1 monom) (m2 monom))
    267268    "Returns T if two monomials M1 and M2 are relatively prime (disjoint)."
Note: See TracChangeset for help on using the changeset viewer.