Message80701
marketdickinson> (2) Accuracy
I see int/float like bytes/characters: it's not a good idea to mix
them. If you use float, you know that you loose precision (digits)
after some operations. Whereas I suppose the operations on int are
always exact.
I like round(int,int)->int (same input/output types). To get a float,
use round(float(int), int)->float. |
|
| Date |
User |
Action |
Args |
| 2009-01-28 09:35:48 | vstinner | set | recipients:
+ vstinner, gvanrossum, loewis, rhettinger, mark.dickinson, orsenthil, giampaolo.rodola, ajaksu2, jyasskin, LambertDW, dingo |
| 2009-01-28 09:35:47 | vstinner | set | messageid: <[email protected]> |
| 2009-01-28 09:35:45 | vstinner | link | issue4707 messages |
| 2009-01-28 09:35:45 | vstinner | create | |
|