HomeSort by: relevance | last modified time | path
    Searched defs:tgamma (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
b_tgamma.c 81 * Accuracy: tgamma(x) is accurate to within
135 tgamma(double x) function in typeref:typename:double
212 /* Return r*tgamma(y). */
312 y = tgamma(y);
314 y = -x*tgamma(-x);
  /src/include/
tgmath.h 185 #define tgamma(a) __TG_FN1(tgamma, (a)) macro

Completed in 12 milliseconds