I\'m well aware that a Double has only so many bits of precision, but we should still try to achieve high accuracy if possible. So I certainly do not expect to see this in the o
A quick test shows that Console.WriteLine(Math.PI) outputs 3.14159265358979 so how can this be true? Are you saying ToString() adds extra digits by magic?