Parallel numerical verification of the σ_odd problem
October 6, 2018
|
Structure to represent a factor with its exponent. More...
#include <divisors.hpp>
Public Member Functions | |
constexpr bool | operator== (const FactorExp &other) const |
constexpr nat_type | value () const |
Public Attributes | |
nat_type | factor |
unsigned int | exp |
Structure to represent a factor with its exponent.
Definition at line 33 of file divisors.hpp.
constexpr bool sigmaodd::FactorExp::operator== | ( | const FactorExp & | other | ) | const |
Definition at line 26 of file divisors__inline.hpp.
constexpr nat_type sigmaodd::FactorExp::value | ( | ) | const |
Definition at line 33 of file divisors__inline.hpp.
unsigned int sigmaodd::FactorExp::exp |
Definition at line 35 of file divisors.hpp.
nat_type sigmaodd::FactorExp::factor |
Definition at line 34 of file divisors.hpp.