Changeset 4344 for branches/f4grobner/monom.lisp
- Timestamp:
- 2016-06-06T13:23:25-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4340 r4344 533 533 ;; Dispatch on the type of supplied :COEFF arg 534 534 (typecase coeff 535 (integer 536 (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff))) 535 537 (rational 536 538 (setf (getf initargs :coeff) (make-instance 'rational-field :value coeff))))
Note:
See TracChangeset
for help on using the changeset viewer.