Open Luzhiled opened 2 years ago
inverse()
の実装をサボって mod を素数に限った
インクリメント / デクリメントはあえて実装していない
出力周りはあったほうが便利な気がするので検討する
static 素数に素数以外を渡してもいいですか
inverse の実装をサボっているため割り算でこわれます 直したら渡せるようになると思います
これはあきらかにサボるべきではないんだよな 優先度高めでお送りしていきたい
dynamic modint が実装されたらついでにやる
64bitのmodintも欲しいです
int128が欲しい
https://github.com/luzhiled1333/comp-library/blob/main/src/cpp-template/header/type-alias.hpp
using u128 = __uint128_t;
?
[math/modular-arithmetic] Mod Int
file name
src/math/modular-arithmetic/static-mod-int.hpp
src/math/modular-arithmetic/dynamic-mod-int.hpp
TODO
note