schweikh
57bf7bbe3f
Print a '-' sign for negative zero. Tested with
#include <stdio.h>
int main(void)
{
printf("%+f\n", -0.0);
printf("%+f\n", +0.0);
printf("%+f\n", 0.0);
return 0;
}
to output
-0.000000
+0.000000
+0.000000
PR: bin/41823
Submitted by: GOTO Kentaro <gotoken@notwork.org>
Liked by: bde
MFC after: 3 weeks
2002-08-27 20:11:08 +00:00
..
2002-08-19 03:52:36 +00:00
2002-08-13 09:30:41 +00:00
2002-05-31 05:01:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-15 09:47:10 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-05-28 17:03:12 +00:00
2002-07-15 19:42:25 +00:00
2002-05-28 17:03:12 +00:00
2002-05-28 17:03:12 +00:00
2002-08-13 10:47:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-05-29 15:42:59 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 10:47:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-21 16:20:02 +00:00
2002-08-13 18:55:51 +00:00
2002-05-27 19:27:43 +00:00
2002-08-15 10:28:52 +00:00
2002-08-15 09:47:10 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 10:47:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-05-30 09:53:47 +00:00
2002-05-28 17:03:12 +00:00
2002-08-14 23:45:42 +00:00
2002-08-14 23:45:42 +00:00
2002-08-14 23:45:42 +00:00
2002-08-15 09:47:10 +00:00
2002-08-15 09:47:10 +00:00
2002-05-28 17:03:12 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 10:50:22 +00:00
2002-08-13 09:30:41 +00:00
2002-08-21 16:20:02 +00:00
2002-08-27 20:11:08 +00:00
2002-08-13 09:30:41 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-13 09:30:41 +00:00