Searched defs:tgamma (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dtgmath.h150 #undef tgamma macro
151 #define tgamma(x) __tgmath_tgamma(x) macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c30 #pragma weak __tgamma = tgamma
35 * double tgamma(double x)
819 * double precision coefficients for computing log(x)-1 in tgamma.
1204 * return tgamma(x) scaled by 2**-m for 8<x<=171.62... using Stirling's formula
1532 tgamma(double x) { function

Completed in 71 milliseconds