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