Closed nelio2k closed 5 years ago
…hould use float comparison
It's possible that we lose some precision w.r.t to the integer when we convert it to a float, but it's potentially less problematic than having a overflow that causes signs to flip, leading to egregious results.
…hould use float comparison
It's possible that we lose some precision w.r.t to the integer when we convert it to a float, but it's potentially less problematic than having a overflow that causes signs to flip, leading to egregious results.