Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmathmodule.c207 static const double lanczos_g = 6.024680040776729583740234375; variable
366 z = z * lanczos_g / y; in m_tgamma()
433 absorbed the exp(-lanczos_g) term, and throwing out the lanczos_g in m_lgamma()
435 r = log(lanczos_sum(absx)) - lanczos_g; in m_lgamma()
436 r += (absx - 0.5) * (log(absx + lanczos_g - 0.5) - 1); in m_lgamma()

Completed in 6 milliseconds