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 2070


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2068 r2070  
    128128(defgeneric divides-lcm-p (object1 object2 object3)
    129129  (:documentation "Returns T if OBJECT divides LCM(OBJECT2, OBJECT3), NIL otherwise."))
     130
     131(defmethod lcm-divides-lcm-p (object1 object2 object3 object4))
     132"Returns T if LCM(OBJECT1,OBJECT2) divides LCM(OBJECT3,OBJECT4), NIL otherwise."
Note: See TracChangeset for help on using the changeset viewer.