[Bug libfortran/33683] calculating lgamma instead of gamma
tobi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 7 12:02:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list