raw

fun raw(x: Int): ModInt(source)

x が mod より小さいことを仮定した、より高速なコンストラクタ

Parameters

x

mod より小さい非負整数


fun raw(x: UInt): ModInt(source)