Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c589 m_log10(double x) in m_log10() function
1347 return loghelper(arg, m_log10, "log10"); in math_log10()
/external/python/cpython3/Modules/
Dmathmodule.c809 m_log10(double x) in m_log10() function
2377 return loghelper(x, m_log10, "log10"); in math_log10()