| Issue 7: | wrong output for %f | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
CFLAGS += -DFORMAT_INCLUDE_FLOAT
printf("%.2f", 0.999f);
What is the expected output? What do you see instead?
expected: "0.99"
instead: "0.00"
What version of the product are you using? On what operating system?
r134
gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Dec 17, 2013
#1
vincent....@quantec-networks.de
Jan 10, 2014
Thanks... I'll look into it.
Mar 17, 2014
A fix is in testing.
Status:
Started
Mar 17, 2014
Seems ok. Will resolve - if any further problems arise re-open this case.
Status:
Fixed
|