Best search algorithm to find condition within a range

Grant Edwards invalid at invalid.invalid
Thu Apr 9 12:53:04 EDT 2015


On 2015-04-09, Chris Angelico <rosuav at gmail.com> wrote:

> For application work, it's usually much better to have an integer
> type like Python's or Pike's int - a signed integer that can never
> overflow. For low-level bit manipulation work, you usually want an
> *unsigned* integer of specific size, with well defined wrap-around
> behaviour. When do you actually want a signed integer with
> well-defined overflow behaviour?

http://en.wikipedia.org/wiki/Binary_scaling#Binary_angles

-- 
Grant Edwards               grant.b.edwards        Yow! HELLO KITTY gang
                                  at               terrorizes town, family
                              gmail.com            STICKERED to death!



More information about the Python-list mailing list