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 4303


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4294 r4303  
    638638         (make-poly-variable (length vars) pos)))
    639639      ((rationalp expr)
     640       (make-poly-constant (length vars) (make-instance 'integer-ring :value expr)))
     641      ((rationalp expr)
    640642       (make-poly-constant (length vars) (make-instance 'rational-field :value expr)))
    641643      ((eq (car expr) +list-marker+)
Note: See TracChangeset for help on using the changeset viewer.