↑
Ask HN: How do you prove two machines computed the same float32 result?
Posted by
Swapnopam
|
an hour ago |
1 comments
a-dub an hour ago
cast it to an integer and check for equality?
requiring bit identical goes beyond what floats promise though.