Documentation for this section has not yet been entered.
Returns the position of the lowest set bit in the two's complement representation of this BigInteger. If all bits are zero (this==0) then -1 is returned as result.
Implementation Note: Usage of this method is not recommended as the current implementation is not efficient.