DotGNU Portable.NET - Bugs: bug #12352, printf does not handle %f
You are not allowed to post comments on this tracker with your current authentication level.
bug #12352: printf does not handle %f
Submitter: | Deryk Robosson <drobosson> | ||
Submitted: | Thu 17 Mar 2005 09:42:29 AM UTC | ||
Category: | None | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2005-03-17 | drobosson | Attached File | - | ![]() |
Added float.c, #2319 |
cscc -o float float.c
[newl@rogue code]$ ilrun float
Float: f
Expected output should be 100.00, not 'f'.