-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels