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

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c369 * kpcos(x)= cos(pi*x)/pi
382 kpcos(double x) { function
532 ss = kpcos(0.5 - z);
H A Dtgamma.c81 * kpsin(x) = --------- and kpcos(x) = --------- . Then
97 * (II) kpsin(z) = kpcos(t) ... |t| < 0.182
149 * And for kpcos(t) for |t|< 0.183:
153 * kpcos(t) = 1/pi + pi/2 * t + kc[2] * t + ... + kc[11] * t
168 * kpcos(t) = 1/pi + pi/2 *t + kc[2] * t + ... + kc[6] * t
178 * kpcos(t) = kc[0] + kc[1] * t + ... + kc[3] * t
202 * kpcos(0.5-z)*gamma(1+x)
211 * gamma(1+x) and kpsin(), kpcos().
1351 * kpcos(x)= cos(pi*x)/pi
1372 kpcos(doubl function
[all...]
H A Dtgammal.c773 * kpcos(x)= cos(pi*x)/pi
829 kpcos(long double x) { function
1111 ss = kpcos(0.5L - z);

Completed in 66 milliseconds