Orbits
1
|
Go to the source code of this file.
Classes | |
struct | Py_complex |
struct | PyComplexObject |
Macros | |
#define | c_sum _Py_c_sum |
#define | c_diff _Py_c_diff |
#define | c_neg _Py_c_neg |
#define | c_prod _Py_c_prod |
#define | c_quot _Py_c_quot |
#define | c_pow _Py_c_pow |
#define | c_abs _Py_c_abs |
#define | PyComplex_Check(op) PyObject_TypeCheck(op, &PyComplex_Type) |
#define | PyComplex_CheckExact(op) (Py_TYPE(op) == &PyComplex_Type) |
Functions | |
PyAPI_FUNC (Py_complex) c_sum(Py_complex | |
PyAPI_FUNC (double) c_abs(Py_complex) | |
PyAPI_DATA (PyTypeObject) PyComplex_Type | |
PyAPI_FUNC (PyObject *) PyComplex_FromCComplex(Py_complex) | |
Variables | |
Py_complex | |
double | imag |
char * | format_spec |
char Py_ssize_t | format_spec_len |
#define c_abs _Py_c_abs |
#define c_diff _Py_c_diff |
#define c_neg _Py_c_neg |
#define c_pow _Py_c_pow |
#define c_prod _Py_c_prod |
#define c_quot _Py_c_quot |
#define c_sum _Py_c_sum |
#define PyComplex_Check | ( | op | ) | PyObject_TypeCheck(op, &PyComplex_Type) |
#define PyComplex_CheckExact | ( | op | ) | (Py_TYPE(op) == &PyComplex_Type) |
PyAPI_DATA | ( | PyTypeObject | ) |
PyAPI_FUNC | ( | Py_complex | ) |
PyAPI_FUNC | ( | double | ) |
|
read |
char* format_spec |
char Py_ssize_t format_spec_len |
double imag |
Copyright 2014 Google Inc. All rights reserved.