Lines Matching defs:math_floor
984 static PyObject * math_floor(PyObject *self, PyObject *number) {2088 {"floor", math_floor, METH_O, math_floor_doc},