maomao90's Library
A C++20 library for competitive programming.
Loading...
Searching...
No Matches
modint.hpp File Reference
#include <cassert>
#include <concepts>
#include <iostream>
#include <type_traits>
#include "library/internal/concepts.hpp"
#include "library/internal/math.hpp"
#include "library/internal/type_traits.hpp"
#include "library/math/extended_gcd.hpp"
#include "library/math/primality_test.hpp"

Go to the source code of this file.

Classes

struct  maomao90::internal::modint::modint_base
 
struct  maomao90::internal::modint::static_modint_base
 
struct  maomao90::static_modint< mod, >
 
struct  maomao90::dynamic_modint< id >
 

Namespaces

namespace  maomao90
 
namespace  maomao90::internal
 
namespace  maomao90::internal::modint
 

Concepts

concept  maomao90::ModInt
 
concept  maomao90::StaticModInt
 

Variables

template<int id>
internal::math::barrett maomao90::dynamic_modint< id >::bt (998244353)