Hacker News
new
top
best
ask
show
job
Ask HN: How do you prove two machines computed the same float32 result?
5 points
by
Swapnopam
an hour ago
1 comment
a-dub
an hour ago
cast it to an integer and check for equality?
requiring bit identical goes beyond what floats promise though.