|
|
back to boardPascal or C/C++ (extended && double) Posted by St.Max 19 Mar 2007 18:43 I work using C++. But on this problem I saw that for my algorithm it is not enough double and long double. And only pascal's extended gave me this AC. Re: Pascal or C/C++ (extended && double) That's because double has about 340 in exponent, and long double not in all compilers have 12 bytes, sometimes long double=double |
|
|