[Bug libfortran/49024] REAL*16 ERFC_SCALED inaccuracy
fxcoudert at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon May 23 20:54:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49024
--- Comment #2 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2011-05-23 19:53:31 UTC ---
The 128-bit code for scaled erfc in Cephes is terrible. For ERFC_SCALED(1), it
gives:
0.427592...
instead of:
0.427583...
I don't see any easy way about this, someone will have to play minimax :)
More information about the Gcc-bugs
mailing list