Mike Day <[EMAIL PROTECTED]> writes:

> So interesting that I downloaded Python,  but I couldn't understand
> its timer class in the time I allowed myself. 

Try this:

    > python -m timeit '(28433 * (2 ** 7830457) + 1) % (10**10)'
    10 loops, best of 3: 317 msec per loop

'as

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to