kotlin-stdlib / kotlin / toBigInteger toBigInteger JVM 1.2 fun Int.toBigInteger(): BigInteger Returns the value of this Int number as a BigInteger. JVM 1.2 fun Long.toBigInteger(): BigInteger Returns the value of this Long number as a BigInteger.