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 4271


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/rational-field.lisp

    r4270 r4271  
    9191  (with-slots (value)
    9292      self
    93     (case value
    94       (1 self)
    95       (-1 self)
    96       (otherwise (error "Non-invertible ring element: ~S" self)))))
     93    (set value (/ value)))
     94  self)
    9795
    9896(defmethod universal-zerop ((self rational-field))
Note: See TracChangeset for help on using the changeset viewer.