korlibs
Toggle table of contents
6.1.0-SNAPSHOT
js
Target filter
js
Switch theme
Search in API
Skip to content
korlibs
korlibs-bignumber
/
korlibs.bignumber
/
JsBigInt
/
pow
pow
js
open
infix override
fun
pow
(
exponent
:
BigInt
)
:
BigInt
Returns this
BigInt
raised to
exponent
:
this ** exponent
open
infix override
fun
pow
(
exponent
:
Int
)
:
BigInt
Returns this
BigInt
raised to
exponent
:
this ** exponent