Fix float comparison operator. +0/-0 mishandled.
Expected comparison semantics were that +0<>-0, but JS === maps them to the same value.
Loading
Please register or sign in to comment
Expected comparison semantics were that +0<>-0, but JS === maps them to the same value.