pow

fun pow(n: UInt): ModInt(source)

累乗


fun pow(n: Long): ModInt(source)
fun pow(n: Int): ModInt(source)

負の数にも対応した累乗