Home
last modified time | relevance | path

Searched defs:math_floor (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlmathlib.c95 static int math_floor (lua_State *L) { in math_floor() function
/external/python/cpython3/Modules/
Dmathmodule.c1265 math_floor(PyObject *module, PyObject *number) in math_floor() function