Message58478
> If I were in that situation I would prefer to store the binary
> representation. But if someone really needs to store decimal floats,
> we can add a method "fast_repr" which always calculates 17 decimal
> digits.
They can just use "%.17g" % x
> Decimal to binary conversion, in any case, shouldn't be slower than it
> is now, since on Gnu it is done anyway, and I don't think that our
> implementation should be much slower.
Sure. |
|
| Date |
User |
Action |
Args |
| 2007-12-12 00:06:46 | gvanrossum | set | spambayes_score: 0.0779841 -> 0.0779841 recipients:
+ gvanrossum, tim_one, nascheme, rhettinger, christian.heimes, noam |
| 2007-12-12 00:06:46 | gvanrossum | link | issue1580 messages |
| 2007-12-12 00:06:46 | gvanrossum | create | |
|