Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
lgamma_r
headers/posix/math.h
319
extern double lgamma_r(double x, int *y);
src/system/libroot/posix/musl/math/lgamma_r.c
283
weak_alias(__lgamma_r, lgamma_r);
src/system/libroot/posix/musl/math/tgamma.c
221
weak_alias(__lgamma_r, lgamma_r);