toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.mathematics
/
raiseToPowerBig
raise
To
Power
Big
fun
raiseToPowerBig
(
num
:
Long
,
pow
:
Int
)
:
BigInteger
Iteratively raises a number to a certain power. For description refer to the method above.