public final class DoubleUtilities extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static double |
bigToDouble(java.math.BigInteger x)
Convert a BigInteger to a double using a fast implementation.
|
public static double bigToDouble(java.math.BigInteger x)
x
- The BigInteger to be converted.