This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 math/12144] gamma function still returns absurd values


http://sourceware.org/bugzilla/show_bug.cgi?id=12144

--- Comment #2 from Eric Dynamic <support at transpacific dot net> 2010-10-21 19:16:51 UTC ---
Sorry about the 2/3, I meant 1/2. I tried tgamma but it does not exist
in the library on Ubuntu (meaning the latest.) lgamma() of course
returns the error I mention. Therefore there is still no working gamma.

If in libm "gamma" is the function that ought to be named "lngamma" or
"loggamma", then that's an error that should be corrected despite any
"historical precendent" in my opinion.

schwab@linux-m68k.org wrote:
> http://sourceware.org/bugzilla/show_bug.cgi?id=12144
>
> Andreas Schwab <schwab@linux-m68k.org> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|NEW                         |RESOLVED
>          Resolution|                            |INVALID
>
> --- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> 2010-10-21 08:40:00 UTC ---
> gamma is a non-standard function that returns $log_e |Î(x)|$.  Use tgamma for
> the gramma function.  And Î(3) â 1.
>
>

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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