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

  /external/python/cpython3/Modules/clinic/
cmathmodule.c.h 603 cmath_tanh_impl(PyObject *module, Py_complex z);
617 _return_value = cmath_tanh_impl(module, z);
  /external/python/cpython3/Modules/
cmathmodule.c 138 static Py_complex cmath_tanh_impl(PyObject *, Py_complex);
862 s = cmath_tanh_impl(module, s);
879 cmath_tanh_impl(PyObject *module, Py_complex z) function
    [all...]

Completed in 701 milliseconds