No, I don't think so because it relies on the <= operator working properly - which it does. Basically, you are at some point going to get the same set of numbers again in 'small', so this calculation will produce exactly the same bits, as it is the same calculation, not just "the same number" in a logical sense.
You get problems with floats when you are trying to argue that two things are "the same number", like sqrt(16) and 4 - this sort of thing might have float problems. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-code/-/9wdtVBkaFe0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
