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 2533


Ignore:
Timestamp:
2015-06-19T14:48:35-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2532 r2533  
    126126                  (lm-equal
    127127                   (let ((s (r+ (lc p) (lc q))))
    128                      (unless (r-zerop
     128                     (unless (r-zerop s)
     129                       
    129130                  (lm-greater
    130131                   (setf r (cons (car p) r)
Note: See TracChangeset for help on using the changeset viewer.