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.

Ignore:
Timestamp:
2015-08-27T08:42:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3385 r3386  
    133133      (t
    134134       (do ((k 1 (ash k 1))
    135             (q poly (r* q q))           ;keep squaring
     135            (q x (r* q q))              ;keep squaring
    136136            (p 1 (if (not (zerop (logand k n))) (r* (r* p q) p))))
    137137           ((> k n) p)
Note: See TracChangeset for help on using the changeset viewer.