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