Take a look:
What is the accuracy of a long double in C ++?
It depends on the implementation.
I got the feeling that something like a long double might appear in the new C ++ 0x standard, but I forgot, I'll check it soon.
Edit: checked, my bad, no change: a long double is at least as good as a double.
source
share