BigInt

fun BigInt(value: Int): BigInt
fun BigInt(value: Long): BigInt
fun BigInt(value: String, radix: Int): BigInt
fun BigInt(value: String): BigInt