Companion

actual object Companion
expect object Companion
actual object Companion

Properties

Link copied to clipboard
actual val ZERO: KBigIntegerImpl
expect val ZERO: KBigIntegerImpl
actual val ZERO: KBigIntegerImpl

Functions

Link copied to clipboard
actual fun fromInt(value: Int): KBigIntegerImpl
expect fun fromInt(value: Int): KBigIntegerImpl
actual fun fromInt(value: Int): KBigIntegerImpl
Link copied to clipboard
actual fun fromLong(value: Long): KBigIntegerImpl
expect fun fromLong(value: Long): KBigIntegerImpl
actual fun fromLong(value: Long): KBigIntegerImpl
Link copied to clipboard
actual fun fromString(value: String): KBigIntegerImpl
expect fun fromString(value: String): KBigIntegerImpl
actual fun fromString(value: String): KBigIntegerImpl