On 11/15/2011 06:07 AM, James Hirschorn wrote: > I have noticed that the builtin gamma function is very accurate and > extremely fast. Can someone tell me where to find the source code for the > implementation?
Probably sysdeps/ieee754/dbl-64/e_lgamma_r.c > gdb skips over the call to the builtin gamma. You're just missing the debuginfo for libc, I reckon. Andrew.