Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

REAL WORLD SCHEME DETECTED

Name: Anonymous 2010-11-15 5:04

http://nand.net/~demaria/comphum.html

million.txt - Ever wonder what 21000000 equals? Thanks to the power of scheme, you can see what this absurdly big number equals (warning, its(sic) approximately 300,000 digits long and thus makes this a rather large text file of 300K).

Name: Anonymous 2010-11-16 15:53

$ python timeit.py -n 1 '2 ** 1000000'
1 loops, best of 3: 0 usec per loop

$ python timeit.py -n 1 -r 1 'print 2 ** 1000000'
...
1 loops, best of 1: 36.2 sec per loop

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List