Loading [MathJax]/extensions/tex2jax.js
Parallel numerical verification of the σ_odd problem  October 6, 2018
All Classes Namespaces Files Functions Variables Typedefs Macros
Namespaces | Functions
primes__inline.hpp File Reference

Go to the source code of this file.

Namespaces

 sigmaodd
 A lot of functions and stuffs to deal the sigma_odd problem and related stuffs.
 

Functions

constexpr unsigned int sigmaodd::odd_primes_table_nb ()
 Return the number of odd prime numbers in the precalculated table. More...
 
prime_type sigmaodd::odd_primes_table_by_index (unsigned int i)
 Return the (i + 1)th odd prime number from the precalculated table. More...
 
prime_type sigmaodd::odd_primes_table_last ()
 Return the last odd prime number in the precalculated table. More...
 
const prime_typesigmaodd::odd_primes_table_ptr ()
 Return a pointer to the first number in the precalculated table. More...
 

Detailed Description

(December 11, 2017)

GPLv3 — Copyright (C) 2017 Olivier Pirson http://www.opimedia.be/

Definition in file primes__inline.hpp.