Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmathmodule.c738 m_log2(double x) in m_log2() function
1977 return loghelper(x, m_log2, "log2"); in math_log2()