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 4308


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

* empty log message *

File:
1 edited

Legend:

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

    r4302 r4308  
    107107  (declare (ignore vars))
    108108  (rational-field-value self))
     109
     110(defmethod make-zero-for ((object rational-field))
     111  (make-instance 'rational-field :value 0))
     112
     113(defmethod make-unit-for ((object rational-field))
     114  (make-instance 'rational-field :value 1))
Note: See TracChangeset for help on using the changeset viewer.