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 4270


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

* empty log message *

File:
1 edited

Legend:

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

    r4269 r4270  
    3535           "UNIVERSAL-ZEROP"
    3636           "->SEXP")
    37   (:documentation "Wraps integers into an object."))
     37  (:documentation "Wraps rationals into an object."))
    3838
    3939(in-package "RATIONAL-FIELD")
     
    102102
    103103(defmethod universal-gcd ((self rational-field) (other rational-field))
    104   (make-instance 'rational-field :value 1))))
     104  (make-instance 'rational-field :value 1))
    105105
    106106
Note: See TracChangeset for help on using the changeset viewer.