- FDBigInteger - Class in sun.misc
-
A simple big integer package specifically for floating point base conversion.
- FDBigInteger(long, char[], int, int) - Constructor for class sun.misc.FDBigInteger
-
Constructs an FDBigInteger
from a starting value and some decimal digits.
- FIVE - Static variable in class sun.misc.FDBigInteger
-
- flipBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit flipped.
- FloatConsts - Class in sun.misc
-
This class contains additional constants documenting limits of the
float
type.
- floatValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a float
.
- floatValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a float
.