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

/haiku/src/system/libroot/posix/musl/math/
H A Dj1.c59 static double pone(double), qone(double);
93 cc = pone(x)*cc-qone(x)*ss;
268 /* For x >= 8, the asymptotic expansions of qone is
271 * qone(x) = s*(0.375 + (R/S))
275 * | qone(x)/s -0.375-R/S | <= 2 ** ( -61.13)
346 static double qone(double x) function

Completed in 36 milliseconds