Re: integer square roots

2009-07-24 Thread timro21
Thanks to all! Tim -- http://mail.python.org/mailman/listinfo/python-list

Re: integer square roots

2009-07-23 Thread timro21
Bloody 'ell - thanks. :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: integer square roots

2009-07-23 Thread timro21
Hi Tim, sure, I'm looking at the perfect cuboid problem. I've just spent a couple of very frustrating hours. Given that I'm in my 50's but have the brain of a retarded 3-year-old, can someone please explain what I have to do to download gmpy to use with ActivePython 2.6 on a Windows system? I do

Re: integer square roots

2009-07-23 Thread timro21
On Jul 24, 10:35 am, Paul Rubin <http://phr...@nospam.invalid> wrote: > timro21 writes: > > I wish to process billions of 100-digit numbers and test if each has > > an integer square root.  What's the most efficient way to do this? > > Is this a homework prob