More or less code in python?

jonas.thornvall at gmail.com jonas.thornvall at gmail.com
Sun Mar 15 15:09:27 EDT 2015


Den söndag 15 mars 2015 kl. 20:01:36 UTC+1 skrev Paul Rubin:
> jonas.thornvall at gmail.com writes:
> > I though it would be interesting doing comparissons in timing adding
> > massive digits in different bases. Especially in Python.
> 
> Python has built-in bignums.  Try "print 2**500".

I will try implement the common operators + - * / pow sqrt operators mod floor and and a generic parser taking arguments in any base.



More information about the Python-list mailing list