Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.core
/
BigInt
Big
Int
class
BigInt
(
source
)
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Functions
dec
Link copied to clipboard
inline operator
fun
BigInt
.
dec
(
)
:
BigInt
div
Link copied to clipboard
inline operator
fun
BigInt
.
div
(
other
:
BigInt
)
:
BigInt
inc
Link copied to clipboard
inline operator
fun
BigInt
.
inc
(
)
:
BigInt
minus
Link copied to clipboard
inline operator
fun
BigInt
.
minus
(
other
:
BigInt
)
:
BigInt
plus
Link copied to clipboard
inline operator
fun
BigInt
.
plus
(
other
:
BigInt
)
:
BigInt
pow
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
times
Link copied to clipboard
inline operator
fun
BigInt
.
times
(
other
:
BigInt
)
:
BigInt
to
String
Link copied to clipboard
fun
toString
(
radix
:
Int
)
:
String
Returns a string representation of an object.
unary
Minus
Link copied to clipboard
inline operator
fun
BigInt
.
unaryMinus
(
)
:
BigInt