Fix float.from_hex tests. It appears that Linux/ia64 doesn't like
computing 2.0**-1074 accurately. Using ldexp(1.0, -1074) should be safer.
Showing
Please
register
or
sign in
to comment
computing 2.0**-1074 accurately. Using ldexp(1.0, -1074) should be safer.