Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructor to be called internally.
Method Summary
Method Attributes Method Name and Description
<static>  
Math.BigInt.FloatBigInt.maxBitLength()
gets the maximum bit length of this BigInt implementation.
Class Detail
Math.BigInt.FloatBigInt()
Constructor to be called internally.
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

Documentation generated by JsDoc Toolkit