| Modifier and Type | Field and Description |
|---|---|
| public double | |
| public static final PyComplex | |
| pack-priv static PyComplex | |
| public static final PyComplex | |
| public double | |
| pack-priv static final InternalFormat. | SPEC_REPR
Format specification used by repr(). |
| pack-priv static final InternalFormat. | SPEC_STR
Format specification used by str() and none-format. |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __abs__()
Overrides org. Equivalent to the standard Python __abs__ method. |
| public PyObject | __add__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __add__ method. |
| public int | __cmp__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __cmp__ method. |
| public Object | __coerce_ex__(PyObject
the other object involved in the coercion other)Overrides org. Implements numeric coercion |
| public PyComplex | __complex__()
Overrides org. Equivalent to the standard Python __complex__ method. |
| public PyObject | __div__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __div__ method |
| public PyObject | __divmod__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __divmod__ method |
| public PyObject | __eq__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __eq__ method. |
| public PyFloat | __float__()
Overrides org. Equivalent to the standard Python __float__ method. |
| public PyObject | __floordiv__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __floordiv__ method |
| public PyObject | |
| public PyObject | __ge__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __ge__ method. |
| public PyTuple | |
| public PyObject | __gt__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __gt__ method. |
| public PyObject | __int__()
Overrides org. Equivalent to the standard Python __int__ method. |
| public PyObject | __invert__()
Overrides org. Equivalent to the standard Python __invert__ method. |
| public PyObject | __le__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __le__ method. |
| public PyObject | __long__()
Overrides org. Equivalent to the standard Python __long__ method. |
| public PyObject | __lt__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __lt__ method. |
| public PyObject | __mod__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __mod__ method |
| public PyObject | __mul__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __mul__ method. |
| public PyObject | __ne__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __ne__ method. |
| public PyObject | __neg__()
Overrides org. Equivalent to the standard Python __neg__ method. |
| public boolean | __nonzero__()
Overrides org. Equivalent to the standard Python __nonzero__ method. |
| public PyObject | __pos__()
Overrides org. Equivalent to the standard Python __pos__ method. |
| public PyObject | __pow__(PyObject
the power to raise this number to. right, PyObject the modulus to perform this operation in or null if no modulo is to be used modulo)Overrides org. Implements the three argument power function. |
| public PyObject | __radd__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __radd__ method. |
| public PyObject | __rdiv__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rdiv__ method |
| public PyObject | __rdivmod__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rdivmod__ method |
| public PyString | __repr__()
Overrides org. Equivalent to the standard Python |
| public PyObject | __rfloordiv__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rfloordiv__ method |
| public PyObject | __rmod__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rmod__ method |
| public PyObject | __rmul__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rmul__ method. |
| public PyObject | __rpow__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rpow__ method |
| public PyObject | __rsub__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rsub__ method |
| public PyObject | __rtruediv__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rtruediv__ method |
| public PyString | __str__()
Overrides org. Equivalent to the standard Python __str__ method. |
| public PyObject | __sub__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __sub__ method |
| public Object | __tojava__(Class<?>
the Class to convert this c)PyObject to.Overrides org. Equivalent to the Jython __tojava__ method. |
| public PyObject | __truediv__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __truediv__ method |
| private static final PyObject | |
| private static PyObject | |
| private static PyObject | |
| private static final PyObject | |
| public static PyObject | |
| private static final PyObject | |
| private final boolean | |
| private static int | Returns: 0, 1, or other value for none-format, a float format, or incorrect type.a parsed PEP-3101 format specification. specValidate a parsed specification, for |
| private final PyComplex | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyFloat | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyTuple | |
| pack-priv final PyObject | |
| pack-priv final int | |
| pack-priv final PyInteger | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final boolean | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyString | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyString | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyComplex | |
| public static PyObject | |
| public PyComplex | conjugate()
Overrides org. Equivalent to the standard Python conjugate method. |
| private int | Returns: 0 = false, 1 = true, 2 = don't know (ask theother object)to compare for equality with this other)Helper for |
| private String | Returns: formatted valueparsed format specification string specFormat this complex according to the specification passed in. Supports |
| public final PyFloat | |
| public final PyFloat | |
| public int | |
| private static PyObject | |
| public boolean | |
| public static String | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| private PyObject |