in reply to Re: Why is Zero not 0?
in thread Why is Zero not 0?
update:
#include "stdio.h" int main() { printf("%0.2f\n",-0.000000000000000000000000001); }
$ ./a.out -0.00
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why is Zero not 0?
by syphilis (Archbishop) on Feb 03, 2008 at 03:57 UTC | |
by Joost (Canon) on Feb 03, 2008 at 14:02 UTC |