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 4232


Ignore:
Timestamp:
2016-06-04T18:57:23-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4229 r4232  
    7979  self)
    8080
     81(defmethod unary-minus ((self integer-ring))
     82  (with-slots (value)
     83      self
     84    (setf value (- value)))
     85  self)
     86
    8187(defmethod universal-ezgcd ((self integer-ring) (other integer-ring))
    8288  (with-slots (value)
Note: See TracChangeset for help on using the changeset viewer.