Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testutils/floatcmp: revert to base-10 normalization in FloatsMatch
In cockroachdb#106552 we tried changing float normalization to use base 2 instead of base 10 (in other words, to use `math.Frexp` instead of our hand-rolled `normalize`). This appears to have broken a logic test, so revert back to the pre-existing base 10 normalization. Fixes: cockroachdb#107461 Release note: None
- Loading branch information