fits Long
Tests whether the value contained within this BigInt could safely fit type Long without overflow.
Return
true
if this BigInt
falls in the range Long.MIN_VALUE .. Long.MAX_VALUE, otherwise false
.
Tests whether the value contained within this BigInt could safely fit type Long without overflow.
true
if this BigInt
falls in the range Long.MIN_VALUE .. Long.MAX_VALUE, otherwise false
.