You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following two inputs result in the same number, i.e. x === y:
x = parse(Float128,"1e-33")
y = parse(Float128,"1.00000000000000000000000000000000005e-33")
But they are displayed as 1.00000000000000000000000000000000005e-33. Shouldn't the policy be to choose the simpler form 1e-33 for display if both are correct?