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/33683] calculating lgamma instead of gamma



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


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