This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/49024] REAL*16 ERFC_SCALED inaccuracy


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 :)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]