cpython-d ~master (2020-09-09T07:24:20Z)
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
_