toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.bignumber
/
BigInt
/
pow
pow
abstract
infix
fun
pow
(
exponent
:
BigInt
)
:
BigInt
abstract
infix
fun
pow
(
exponent
:
Int
)
:
BigInt
Returns this
BigInt
raised to
exponent
:
this ** exponent