Remix.run Logo
pfortuny a month ago

Implementations of IEEE-754 can differ between machines, and the order of operations in a library/compiled function can also be different. It is not entropy, it is the nature of floating-point arithmetic.

coolcase a month ago | parent [-]

Thanks. So sounds like the same machine should run the same calculations and get the same results each time, but differences may appear between machines.