Home
last modified time | relevance | path

Searched refs:Snum (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dtgamma.c61 static const double Snum[N+1] = { variable
97 num = num * x + Snum[i]; in S()
102 num = num / x + Snum[i]; in S()