Companion

Properties

Link copied to clipboard
var mod: Int

Functions

Link copied to clipboard
fun new(x: Int): ModInt
fun new(x: Long): ModInt
fun new(x: UInt): ModInt
fun new(x: ULong): ModInt
Link copied to clipboard
fun raw(x: Int): ModInt

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

fun raw(x: UInt): ModInt