Home
last modified time | relevance | path

Searched defs:abs_bimag (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dcomplexobject.c95 const double abs_bimag = b.imag < 0 ? -b.imag : b.imag; in _Py_c_quot() local

Completed in 5 milliseconds