https://kotlinlang.org logo
#mathematics
Title
# mathematics
z

Zhelenskiy

05/10/2021, 3:38 PM
Such code doesn't fail, but BigInt breaks the convention by
Copy code
if (other is BigInt) compareTo(other) == 0 else error("Can't compare KBigInteger to a different type")
(I'll fix it)
4 Views