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 4260


Ignore:
Timestamp:
2016-06-04T20:36:36-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/integer-ring.lisp

    r4259 r4260  
    9898    (with-slots ((other-value value))
    9999        other
    100       (setf value (gcd value other-value))))
    101   self)
     100      (make-instance 'integer-ring :value (gcd value other-value)))))
     101
    102102
    103103(defmethod universal-ezgcd ((object integer-ring) (other integer-ring))
Note: See TracChangeset for help on using the changeset viewer.