[lib][libc] fix floating point printf for negatives
This commit is contained in:
@@ -47,6 +47,8 @@ static const union double_int float_test_vec[] = {
|
||||
{ .d = 100.0 },
|
||||
{ .d = 123456.0 },
|
||||
{ .d = -123456.0 },
|
||||
{ .d = 546.5645644531f },
|
||||
{ .d = -546.5645644531f },
|
||||
{ .d = 0.12345 },
|
||||
{ .d = 0.0000012345 },
|
||||
{ .d = 0.0000019999 },
|
||||
|
||||
Reference in New Issue
Block a user