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 4074


Ignore:
Timestamp:
2016-05-31T20:48:32-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4072 r4074  
    102102  ;; Loop invariant: c*f=sum ai*fi+r+p, where p must eventually become 0
    103103  (do ((r (make-zero-for f))
    104        (c (make-unit-for f))
     104       (c 1)
    105105       (a (make-list (length fl) :initial-element (make-zero-for f)))
    106106       (division-count 0)
Note: See TracChangeset for help on using the changeset viewer.