Re: [mpir-devel] Scanning for bits

2010-06-12 Thread Jason Moxham
On Thursday 10 June 2010 18:54:14 Fredrik Johansson wrote: > Hi, > > What is the best way to scan an mpz for 1s or 0s in the direction towards > less significant bits (mpz_scan0, mpz_scan1 scan towards more significant > bits)? > Unfortunately , there is no easy way without delving into the intern

[mpir-devel] Scanning for bits

2010-06-10 Thread Fredrik Johansson
Hi, What is the best way to scan an mpz for 1s or 0s in the direction towards less significant bits (mpz_scan0, mpz_scan1 scan towards more significant bits)? Would it be possible to add functions to MPIR for this? Fredrik -- You received this message because you are subscribed to the Google G