Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.core
/
pow
pow
inline
fun
BigInt
.
pow
(
x
:
Int
)
:
BigInt
(
source
)
inline
fun
BigInt
.
pow
(
x
:
Long
)
:
BigInt
(
source
)
inline
fun
BigInt
.
pow
(
x
:
BigInt
)
:
BigInt
(
source
)