mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-02 23:21:45 +01:00
Remove trailing zeros
This commit is contained in:
@@ -1488,6 +1488,7 @@ TEST(FormatterTest, PrecisionRounding) {
|
||||
EXPECT_EQ("0.002", format("{:.3f}", 0.0015));
|
||||
EXPECT_EQ("1.000", format("{:.3f}", 0.9999));
|
||||
EXPECT_EQ("0.00123", format("{:.3}", 0.00123));
|
||||
EXPECT_EQ("0.1", format("{:.16g}", 0.1));
|
||||
// Trigger rounding error in Grisu by a carefully chosen number.
|
||||
auto n = 3788512123356.985352;
|
||||
char buffer[64];
|
||||
|
||||
Reference in New Issue
Block a user