Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c51 static Py_complex c_asinh(Py_complex);
205 s = c_asinh(s); in c_asin()
220 c_asinh(Py_complex z) in c_asinh() function
903 FUNC1(cmath_asinh, c_asinh) in FUNC1()