Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
Py_complex |
PyComplexObject.cval() |
Py_complex |
Py_complex.imag(double setter) |
Py_complex |
Py_complex.position(long position) |
Py_complex |
Py_complex.real(double setter) |
Modifier and Type | Method and Description |
---|---|
PyComplexObject |
PyComplexObject.cval(Py_complex setter) |
Modifier and Type | Method and Description |
---|---|
static Py_complex |
python._Py_c_diff(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_neg(Py_complex arg0) |
static Py_complex |
python._Py_c_pow(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_prod(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_quot(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_sum(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python.PyComplex_AsCComplex(PyObject op) |
Modifier and Type | Method and Description |
---|---|
static double |
python._Py_c_abs(Py_complex arg0) |
static Py_complex |
python._Py_c_diff(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_neg(Py_complex arg0) |
static Py_complex |
python._Py_c_pow(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_prod(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_quot(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
python._Py_c_sum(Py_complex arg0,
Py_complex arg1) |
static PyObject |
python.PyComplex_FromCComplex(Py_complex arg0) |
Copyright © 2020. All rights reserved.