pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
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
_Py_c_abs
_Py_c_diff
_Py_c_neg
_Py_c_pow
_Py_c_prod
_Py_c_quot
_Py_c_sum
structs
PyComplexObject
Py_complex
_