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

/bionic/libm/bsdsrc/
H A Db_tgamma.c129 tgamma(x) function
210 /* Return r*tgamma(y). */
311 y = tgamma(y);
313 y = -x*tgamma(-x);

Completed in 1118 milliseconds