HomeSort by relevance Sort by last modified time
    Searched refs:cmath_atan (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Modules/clinic/
cmathmodule.c.h 180 {"atan", (PyCFunction)cmath_atan, METH_O, cmath_atan__doc__},
186 cmath_atan(PyObject *module, PyObject *arg) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cmathmodule.c 904 FUNC1(cmath_atan, c_atan)
1070 {"atan", cmath_atan, METH_VARARGS, c_atan_doc},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cmathmodule.c 904 FUNC1(cmath_atan, c_atan)
1063 {"atan", cmath_atan, METH_VARARGS, c_atan_doc},
    [all...]
  /external/python/cpython2/Modules/
cmathmodule.c 904 FUNC1(cmath_atan, c_atan)
1071 {"atan", cmath_atan, METH_VARARGS, c_atan_doc},
    [all...]

Completed in 110 milliseconds