cp-library-kt
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
cp-library-kt
cp-library-kt
/
lib.mod
/
ModInt
/
pow
pow
fun
pow
(
n
:
ULong
)
:
ModInt
(
source
)
fun
pow
(
n
:
UInt
)
:
ModInt
(
source
)
累乗
fun
pow
(
n
:
Long
)
:
ModInt
(
source
)
fun
pow
(
n
:
Int
)
:
ModInt
(
source
)
負の数にも対応した累乗