Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
tgamma
headers/posix/math.h
253
extern double tgamma(double x);
src/system/libroot/posix/musl/math/tgamma.c
204
x = tgamma(x);
src/system/libroot/posix/musl/math/tgammaf.c
5
return tgamma(x);
src/system/libroot/posix/musl/math/tgammal.c
279
return tgamma(x);
src/system/libroot/posix/musl/math/tgammal.c
56
return tgamma(x);