Numbers: inline normalize()

This commit is contained in:
Benoit Blanchon
2025-10-27 17:28:42 +01:00
parent 21144d5691
commit 1ccb7ab451
3 changed files with 16 additions and 20 deletions

View File

@@ -60,7 +60,6 @@ TEST_CASE("TextFormatter::writeFloat(double)") {
}
SECTION("Big exponent") {
// this test increases coverage of normalize()
check<double>(1e255, "1e255");
check<double>(1e-255, "1e-255");
}