toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.core
/
BigInt
Big
Int
external
class
BigInt
:
Comparable
<
BigInt
>
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
BigInt
)
:
Int
dec
Link copied to clipboard
inline operator
fun
dec
(
)
:
BigInt
div
Link copied to clipboard
inline operator
fun
div
(
other
:
BigInt
)
:
BigInt
inc
Link copied to clipboard
inline operator
fun
inc
(
)
:
BigInt
minus
Link copied to clipboard
inline operator
fun
minus
(
other
:
BigInt
)
:
BigInt
plus
Link copied to clipboard
inline operator
fun
plus
(
other
:
BigInt
)
:
BigInt
pow
Link copied to clipboard
inline
fun
pow
(
x
:
BigInt
)
:
BigInt
inline
fun
pow
(
x
:
Int
)
:
BigInt
inline
fun
pow
(
x
:
Long
)
:
BigInt
times
Link copied to clipboard
inline operator
fun
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
unaryMinus
(
)
:
BigInt