-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
f64
has separate binary representations for 0
and -0
. They compare equal, but the minus sign is often visible when printed the value. However, in JS converting -0
to a string results in "0"
. If we do add a separate binary representation, we need to ensure it compares equal and produces the same hash as 0
though.
Metadata
Metadata
Assignees
Labels
No labels