math.pow(x,y)

fl1p-fl0p sunwho at msn.com
Sun Jun 11 14:19:36 EDT 2006


import math
math.pow(34564323, 456356)

will give math range error.

how can i force python to process huge integers without math range
error? Any modules i can use possibly?




More information about the Python-list mailing list