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 4302


Ignore:
Timestamp:
2016-06-04T22:15:35-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4301 r4302  
    4949
    5050(defmethod  multiply-by ((self rational-field) (other rational-field))
    51   (with-slots (value)
    52       self
    53     (with-slots ((other-value value))
    54         other
    55     (setf value (* value other-value))))
    56   self)
    57 
    58 (defmethod  multiply-by ((self rational-field) (other integer-ring))
    5951  (with-slots (value)
    6052      self
Note: See TracChangeset for help on using the changeset viewer.