View Single Post
  #1 (permalink)  
Old 03-26-2012, 04:59 AM
Mensanator
Guest
 
Posts: n/a
Default why did GMPY change the names of its functions?

OK, GMPY is now called GMPY2. No big deal, I can import as GMPY.

But why were scan0 and scan1 changed to bit_scan0 and bit_scan1?

What's the justification for that? I use those functions extensively
in my library of Collatz utilities and I had to re-edit them for no
obvious reason.
Reply With Quote