extend methods of decimal module
Wolfgang
xpysol at gmail.com
Fri Feb 28 09:52:03 EST 2014
More information about the Python-list mailing list
Fri Feb 28 09:52:03 EST 2014
- Previous message (by thread): extend methods of decimal module
- Next message (by thread): extend methods of decimal module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Uhh, the curse of not copy-pasting everything: > >>> exp(200000) should, of course, read >>> epx(190000) > Traceback (most recent call last): > File "<pyshell#46>", line 1, in <module> > epx(190000) > File "C:\Python34\dmath_rev.py", line 27, in epx > n *= q > decimal.Overflow: [<class 'decimal.Overflow'>] >
- Previous message (by thread): extend methods of decimal module
- Next message (by thread): extend methods of decimal module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list