Kotlin Wrappers API Reference
Toggle table of contents
common
js
wasmJs
Platform filter
common
js
wasmJs
Switch theme
kotlin-js
/
js.core
/
BigInt
Big
Int
common
js
wasmJs
expect
class
BigInt
:
JsAny
(
source
)
actual
external
class
BigInt
(
source
)
actual
external
class
BigInt
:
JsAny
(
source
)
Members
Constructors
Big
Int
Link copied to clipboard
wasmJs
constructor
(
)
Types
Companion
Link copied to clipboard
js
object
Companion
Functions
dec
Link copied to clipboard
js
inline operator
fun
dec
(
)
:
BigInt
div
Link copied to clipboard
js
inline operator
fun
div
(
other
:
BigInt
)
:
BigInt
inc
Link copied to clipboard
js
inline operator
fun
inc
(
)
:
BigInt
minus
Link copied to clipboard
js
inline operator
fun
minus
(
other
:
BigInt
)
:
BigInt
plus
Link copied to clipboard
js
inline operator
fun
plus
(
other
:
BigInt
)
:
BigInt
pow
Link copied to clipboard
js
inline
fun
pow
(
x
:
BigInt
)
:
BigInt
inline
fun
pow
(
x
:
Int
)
:
BigInt
inline
fun
pow
(
x
:
Long
)
:
BigInt
times
Link copied to clipboard
js
inline operator
fun
times
(
other
:
BigInt
)
:
BigInt
to
String
Link copied to clipboard
js
fun
toString
(
radix
:
Int
)
:
String
Returns a string representation of an object.
unary
Minus
Link copied to clipboard
js
inline operator
fun
unaryMinus
(
)
:
BigInt