Functions

Link copied to clipboard
abstract fun create(value: Int): BigInt
open fun create(value: Long): BigInt
open fun create(value: String): BigInt
open fun create(value: String, radix: Int): BigInt