Loading [MathJax]/extensions/tex2jax.js
Parallel numerical verification of the σ_odd problem  October 6, 2018
All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | Public Attributes | List of all members
sigmaodd::FactorExp Struct Reference

Structure to represent a factor with its exponent. More...

#include <divisors.hpp>

Collaboration diagram for sigmaodd::FactorExp:

Public Member Functions

constexpr bool operator== (const FactorExp &other) const
 
constexpr nat_type value () const
 

Public Attributes

nat_type factor
 
unsigned int exp
 

Detailed Description

Structure to represent a factor with its exponent.

Definition at line 33 of file divisors.hpp.

Member Function Documentation

◆ operator==()

constexpr bool sigmaodd::FactorExp::operator== ( const FactorExp other) const

Definition at line 26 of file divisors__inline.hpp.

◆ value()

constexpr nat_type sigmaodd::FactorExp::value ( ) const

Definition at line 33 of file divisors__inline.hpp.

Member Data Documentation

◆ exp

unsigned int sigmaodd::FactorExp::exp

Definition at line 35 of file divisors.hpp.

◆ factor

nat_type sigmaodd::FactorExp::factor

Definition at line 34 of file divisors.hpp.


The documentation for this struct was generated from the following files: