renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.kotlin.primitives
/
pow
pow
fun
Double
.
pow
(
exponent
:
Int
)
:
Double
inline
fun
Int
.
pow
(
exponent
:
Int
)
:
Int
Integer exponentiation.
Return
this raised to the given exponent
Parameters
exponent
must be ≥ 0
Throws
Illegal
Argument
Exception
if exponent is negative