logoalt Hacker News

cmovqtoday at 8:35 PM1 replyview on HN

> we had an unusual discussion about a Python oddity

There are so many discussions about "X language is so weird about it handles numbers!" and it's just IEEE 754 floats.


Replies

swiftcodertoday at 8:43 PM

The oddity here is not the float itself, it's that Python provided a default hash implementation for floats

show 2 replies