dunkelheit ~master (2018-05-28T16:17:34Z)
Dub
Repo
ModInt.opBinary
dkh
modint
ModInt
We can handle it as same as int(but divide is slow)
auto
opBinary
(
ModInt
r
)
auto
opBinary
(
ModInt
r
)
struct
ModInt
(uint MD)
auto
opBinary
const
(
string
op
: "-"
)
(
ModInt
r
)
if
(
MD
< int.
max
)
auto
opBinary
(
ModInt
r
)
auto
opBinary
(
ModInt
r
)
auto
opBinary
(
T
r
)
Meta
Source
See Implementation
dkh
modint
ModInt
functions
opBinary
static functions
inv
We can handle it as same as int(but divide is slow)