Parallel numerical verification of the σ_odd problem
October 6, 2018
|
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_type * | sigmaodd::odd_primes_table_ptr () |
Return a pointer to the first number in the precalculated table. More... | |
(December 11, 2017)
GPLv3 — Copyright (C) 2017 Olivier Pirson http://www.opimedia.be/
Definition in file primes__inline.hpp.