negative float const
This commit is contained in:
parent
7f4fcf1216
commit
9a69c067c3
1 changed files with 1 additions and 1 deletions
|
@ -1084,7 +1084,7 @@ FTEST(f, float, "%f")
|
|||
FTEST(d, double, "%f")
|
||||
FTEST(ld, long double, "%Lf")
|
||||
|
||||
double ftab1[3] = { 1.2, 3.4, 5.6 };
|
||||
double ftab1[3] = { 1.2, 3.4, -5.6 };
|
||||
|
||||
|
||||
void float_test(void)
|
||||
|
|
Loading…
Reference in a new issue