Home
last modified time | relevance | path

Searched refs:math_exp (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlmathlib.c199 static int math_exp (lua_State *L) { in math_exp() function
360 {"exp", math_exp},
/external/python/cpython2/Modules/
Dmathmodule.c1585 {"exp", math_exp, METH_O, math_exp_doc},
/external/python/cpython3/Modules/
Dmathmodule.c2338 {"exp", math_exp, METH_O, math_exp_doc},