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 double | sigmaodd::harmonic (nat_type n) |
Return the harmonic number H_n = 1/1 + 1/2 + 1/3 + 1/4 + ... + 1/n. More... | |
constexpr double | sigmaodd::harmonic_even (nat_type n) |
Return 1/2 + 1/4 + 1/6 + 1/8 + ... + (1/n or 1/(n-1)). More... | |
constexpr double | sigmaodd::harmonic_odd (nat_type n) |
Return 1/1 + 1/3 + 1/5 + 1/7 + ... + (1/n or 1/(n-1)). More... | |
(December 20, 2017)
GPLv3 — Copyright (C) 2017 Olivier Pirson http://www.opimedia.be/
Definition in file harmonic__inline.hpp.