Class Math.BigInt.FloatBigInt
An implementation of BigInteger interface over double precision floating-point numbers.
Intended to be used as internal default unit.
Defined in: <hapint-1_9_2.es>.
Constructor Attributes | Constructor Name and Description |
---|---|
Constructor to be called internally.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
Math.BigInt.FloatBigInt.maxBitLength()
gets the maximum bit length of this BigInt implementation.
|
Method Detail
<static>
{number}
Math.BigInt.FloatBigInt.maxBitLength()
gets the maximum bit length of this BigInt implementation.
Note that there are trade-offs between bit length and digit limitation in FFT multiplication.
- Returns:
- {number} 53