Hashing in python

Martin v. Loewis martin at v.loewis.de
Sun Feb 14 04:25:14 EST 2010


> floor(x) returns an integer

Why do you say that? Assuming you are talking about math.floor, it works
differently for me:

py> math.floor(10.0/3)
3.0

Regards,
Martin



More information about the Python-list mailing list