Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c1570 static PyMethodDef math_methods[] = { variable
1624 m = Py_InitModule3("math", math_methods, module_doc); in initmath()
/external/python/cpython3/Modules/
Dmathmodule.c2323 static PyMethodDef math_methods[] = { variable
2383 math_methods,