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