Unequality for machine-precision approximate numbers can be subtle:
The extra digits disrupt equality:
Arbitrary-precision approximate numbers do not have this problem:
Thanks to automatic-precision tracking
Unequal knows to look only at the first ten digits:
In this case, the unequality test for machine numbers gives the expected result:
The extra digits in this case are ignored by
Unequal: