Searched refs:math_exp (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lmathlib.c | 199 static int math_exp (lua_State *L) { in math_exp() function 360 {"exp", math_exp},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1585 {"exp", math_exp, METH_O, math_exp_doc},
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 2338 {"exp", math_exp, METH_O, math_exp_doc},
|