Searched refs:math_log2 (Results 1 – 2 of 2) sorted by relevance
233 {"log2", (PyCFunction)math_log2, METH_O, math_log2__doc__},
2375 math_log2(PyObject *module, PyObject *x) in math_log2() function