Package-level declarations

Types

Link copied to clipboard
class BigInt
Link copied to clipboard
interface Bitmask<T : Bitmask<T>>
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
external fun BigInt(value: Int): BigInt
external fun BigInt(value: Long): BigInt
external fun BigInt(value: String): BigInt
Link copied to clipboard
inline operator fun <T : Bitmask<T>> T.contains(other: T): Boolean
Link copied to clipboard
inline operator fun BigInt.dec(): BigInt
Link copied to clipboard
inline operator fun BigInt.div(other: BigInt): BigInt
Link copied to clipboard
inline operator fun BigInt.inc(): BigInt
Link copied to clipboard
inline operator fun BigInt.minus(other: BigInt): BigInt
Link copied to clipboard
inline operator fun <T : Bitmask<T>> T.plus(other: T): T
inline operator fun BigInt.plus(other: BigInt): BigInt
Link copied to clipboard
inline fun BigInt.pow(x: BigInt): BigInt
inline fun BigInt.pow(x: Int): BigInt
inline fun BigInt.pow(x: Long): BigInt
Link copied to clipboard
inline operator fun BigInt.times(other: BigInt): BigInt
Link copied to clipboard
fun Double.toExponential(fractionDigits: Int): String
fun Int.toExponential(fractionDigits: Int): String
Link copied to clipboard
fun Double.toFixed(digits: Int): String
fun Int.toFixed(digits: Int): String
Link copied to clipboard
Link copied to clipboard
inline operator fun BigInt.unaryMinus(): BigInt