Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmathmodule.c529 double x2, a, da, p, p_last, q, q_last, b, result; in m_erfc_contfrac() local
539 q = da + x2; q_last = 1.0; in m_erfc_contfrac()
546 temp = q; q = b*q - a*q_last; q_last = temp; in m_erfc_contfrac()

Completed in 4 milliseconds