Searched refs:pzero (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A De_j0.c64 static __inline double pzero(double), qzero(double);
110 u = pzero(x); v = qzero(x);
189 u = pzero(x); v = qzero(x);
203 /* The asymptotic expansions of pzero is
205 * For x >= 2, We approximate pzero by
206 * pzero(x) = 1 + (R/S)
210 * | pzero(x)-1-R/S | <= 2 ** ( -60.26)
277 pzero(double x) function
297 * We approximate pzero by

Completed in 135 milliseconds