Searched refs:math_atan (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lmathlib.c | 75 static int math_atan (lua_State *L) { in math_atan() function 356 {"atan", math_atan}, 377 {"atan2", math_atan},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1575 {"atan", math_atan, METH_O, math_atan_doc},
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 2328 {"atan", math_atan, METH_O, math_atan_doc},
|