NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
mod_int Module Reference

Represents an integer modulo another integer. More...

Classes

class  ntlib::mod_int< T, m >
 Class representing an element of a ring of integers modulo another positive integer. The modulus is provided at compile-time. More...
class  ntlib::algebra_traits< mod_int< T, m > >
 Specialization of ntlib::algebra_traits for mod_int. More...

Detailed Description

Represents an integer modulo another integer.

Files

file  modules/types/mod_int.cpp
 Primary module interface unit for module mod_int.