x = (1.234567890125 , 1.2345678901255 )
print x
print x[0], x[1]
>>(1.2345678901 249999, 1.2345678901254 999)
>>1.234567890 12 1.23456789013
>>1.234567890 12 1.23456789013
that the code has evolved? It is clearly not a bug :-)
Regards,
Nick Maclaren.
Comment