Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6.0 / 3.0 != 2.0 is an incorrect example because floats can represent all three numbers perfectly, so the result is equal. 9.0 / 0.3 != 30.0 is a better example, it produces the correct result in double precision but not in single precision.
- Loading branch information