Hi,
I was wondering in which cases BigInteger::isZero() returns true. It says in the documentation “Returns true if no bits are set”. Does it mean it would return true if you define a BigInteger like this: (Defining a BitInteger 0)
Are there more cases where it might return true?
Thanks,
