math.pow(x,y)

Felipe Almeida Lessa felipe.lessa at gmail.com
Sun Jun 11 14:52:55 EDT 2006


Em Dom, 2006-06-11 às 11:19 -0700, fl1p-fl0p escreveu:
> 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?

34564323**456356 ?

-- 
Felipe.




More information about the Python-list mailing list