Yes, that would work, but I want it in the `BigInt...
# multiplatform
r
Yes, that would work, but I want it in the
BigInteger
-class, as I have the same variable for
BigDecimal
. I tried this (toplevel):
val BigInteger.ZERO: BigInteger = BigInteger("0")
but that gives me an error also