------- Comment #4 from tobi at gcc dot gnu dot org 2007-10-07 12:01 ------- (In reply to comment #3) > I think we need to use tgamma() where available. If it isn't, we > need a test to check whether gamma() is equivalent to tgamma() or > to lgamma(). > > Yuck.
It may be simpler to calculate it ourselves, perhaps lifting code form glibc. -- tobi at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tobi at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33683