Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Round toward zero when converting bytes from float to int
Otherwise we get things like int(1024.6) = 1025 because rounding to nearest (in the binary representation) rounds like that.
- Loading branch information