Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change trappy float comparison (#31889)
Comparing primitive floats with '==' can be trappy because e.g. special handling of NaN values. It can be avoided by using Float.compare().
- Loading branch information