| Modifier and Type | Class and Description |
|---|---|
| public static enum |
| Modifier and Type | Field and Description |
|---|---|
| public static volatile PyFloat. | |
| public static volatile PyFloat. | |
| private static double | INT_LONG_BOUNDARY
Smallest value that cannot be represented as an int |
| pack-priv static final PyFloat | NAN
Constant float("nan"). |
| pack-priv static final PyFloat | ONE
Constant float(1). |
| pack-priv static final InternalFormat. | SPEC_REPR
Format specification used by repr(). |
| pack-priv static final InternalFormat. | SPEC_STR
Format specification used by str(). |
| public static final PyType | |
| private final double | |
| pack-priv static final PyFloat | ZERO
Constant float(0). |
| 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 |
| public PyObject | __trunc__()
Overrides org. Equivalent to the standard Python __trunc__ method. |
| private static PyFloat | |
| public PyTuple | |
| public double | |
| private static boolean | |
| private static double | |
| public PyObject | conjugate()
Overrides org. Equivalent to the standard Python conjugate method. |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final int | |
| pack-priv final PyObject | |
| pack-priv final Object | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyFloat | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| public static String | |
| pack-priv final PyTuple | |
| pack-priv final int | |
| 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 | |
| public static void | |
| pack-priv final PyString | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| public static PyObject | |
| public PyObject | |
| pack-priv final boolean | |
| public static PyObject | |
| private String | Returns: formatted valueparsed format specification string specFormat this float according to the specification passed in. Supports |
| public PyObject | |
| public PyObject | |
| public double | |
| public int | |
| public boolean | |
| public boolean | |
| public boolean | |
| private static double | |
| pack-priv static FloatFormatter | Returns: a formatter ready to use, or null if the type is not a floating point format type.a parsed PEP-3101 format specification. specCommon code for PyFloat, |
| private String | |
| public String | toString()
Overrides org. Returns a string representation of the object. |