Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcomplexobject.c369 complex_format(PyComplexObject *v, int precision, char format_code) in complex_format() function
437 formatv = complex_format(v, PyFloat_STR_PRECISION, 'g'); in complex_print()
439 formatv = complex_format(v, 0, 'r'); in complex_print()
453 return complex_format(v, 0, 'r'); in complex_repr()
459 return complex_format(v, PyFloat_STR_PRECISION, 'g'); in complex_str()