asdf wrote:
I want to set the computation precision to quadruple precision, how
can I do it in C++ coding?
You can't, unless your compiler somehow enables that. However, there
are libraries out there implementing arbitrary (or simply extended)
precision floating point calculations. Just look for them on the Web.
They may be slower than possible hardware-provided one, but on many
processors it's the only thing available.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask