cpython ~master (2016-02-02T15:55:08Z)
Dub
Repo
Py_complex
deimos
python
complexobject
_
extern (
C
)
struct
Py_complex {
double
real_
;
double
imag
;
}
Members
Variables
imag
double
imag
;
_
real_
double
real_
;
_
Meta
Source
See Implementation
deimos
python
complexobject
functions
PyComplex_AsCComplex
PyComplex_Check
PyComplex_CheckExact
PyComplex_FromCComplex
PyComplex_FromDoubles
PyComplex_ImagAsDouble
PyComplex_RealAsDouble
_PyComplex_FormatAdvanced
c_abs
c_diff
c_neg
c_pow
c_prod
c_quot
c_sum
structs
PyComplexObject
Py_complex
_