#include "modint.hpp"
公開メンバ関数 | |
ModInt (ll x=0) | |
ModInt | operator- () const |
ModInt | operator+ () const |
ModInt & | operator+= (const ModInt &other) |
ModInt & | operator-= (const ModInt &other) |
ModInt & | operator*= (const ModInt other) |
ModInt & | operator/= (ModInt other) |
ModInt | operator+ (const ModInt &other) const |
ModInt | operator- (const ModInt &other) const |
ModInt | operator* (const ModInt &other) const |
ModInt | operator/ (const ModInt &other) const |
bool | operator== (const ModInt &other) const |
bool | operator!= (const ModInt &other) const |
ModInt | pow (ll x) const |
ModInt | inv () const |
ll | val () |
静的公開メンバ関数 | |
static constexpr ll | get_mod () |
フレンド | |
ostream & | operator<< (ostream &os, const ModInt &x) |
istream & | operator>> (istream &is, ModInt &x) |
modint.hpp の 9 行目に定義があります。
modint.hpp の 10 行目に定義があります。
modint.hpp の 11 行目に定義があります。
modint.hpp の 16 行目に定義があります。
modint.hpp の 21 行目に定義があります。
modint.hpp の 25 行目に定義があります。
modint.hpp の 29 行目に定義があります。
modint.hpp の 30 行目に定義があります。
modint.hpp の 31 行目に定義があります。
modint.hpp の 32 行目に定義があります。
modint.hpp の 33 行目に定義があります。
modint.hpp の 34 行目に定義があります。
modint.hpp の 52 行目に定義があります。
modint.hpp の 53 行目に定義があります。
modint.hpp の 54 行目に定義があります。
modint.hpp の 35 行目に定義があります。
modint.hpp の 36 行目に定義があります。