- Timestamp:
- 2016-06-04T20:54:54-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/rational-field.lisp
r4269 r4270 35 35 "UNIVERSAL-ZEROP" 36 36 "->SEXP") 37 (:documentation "Wraps integers into an object."))37 (:documentation "Wraps rationals into an object.")) 38 38 39 39 (in-package "RATIONAL-FIELD") … … 102 102 103 103 (defmethod universal-gcd ((self rational-field) (other rational-field)) 104 (make-instance 'rational-field :value 1)) ))104 (make-instance 'rational-field :value 1)) 105 105 106 106
Note:
See TracChangeset
for help on using the changeset viewer.