[issue26256] Fast decimalisation and conversion to other bases
24 Aug
2017
24 Aug
'17
11:20 a.m.
Stefan Krah added the comment: What needs to be mentioned though is that the context has to be set for unrounded calculations: c = getcontext() c.prec = MAX_PREC c.Emax = MAX_EMAX c.Emin = MIN_EMIN Otherwise some people believe that the bignums are just rounded floating point arithmetic that is expected to be fast (I've seen this misconception somewhere, perhaps on Stackoverflow). ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26256> _______________________________________
2683
Age (days ago)
2683
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Krah