문제

I may be doing something very stupid here, but i've reached the limit of what double can achieve and on my compiler (i'm using newest xcode on a mac) long double seems no better.

I've read elsewhere that the length of long double depends on the compiler, if so what would you guys recommend i work with to give the longest long doubl1

도움이 되었습니까?

해결책

MPFR, based on GMP, is for multiple-precision floating-point computations with correct rounding.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top