Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmathmodule.c208 static const double lanczos_g_minus_half = 5.524680040776729583740234375; variable
352 y = absx + lanczos_g_minus_half; in m_tgamma()
354 if (absx > lanczos_g_minus_half) { in m_tgamma()
360 z = q - lanczos_g_minus_half; in m_tgamma()
363 double q = y - lanczos_g_minus_half; in m_tgamma()

Completed in 8 milliseconds