At the same time `BigInteger(1) + BigInteger(2)`...
# announcements
j
At the same time
BigInteger(1) + BigInteger(2)
is far nicer than
BigInteger(1).plus(BigInterger(2))