-
- Downloads
MSVCs long double does *not* have 19 significant digits which is required
to be able to accurately cast a long long int to a long double. Replace: (long double)x/y WITH (x/y)+((long double)(x%y)/y) Can everyone look for a problem with assuming those two are interchangeable with the second being more accurate?
Loading
Please register or sign in to comment