Parallel numerical verification of the σ_odd problem
October 6, 2018
|
varsigma_odd is multiplicative, this program check if there exists some (a, b) not coprimes such that there is equality. More...
#include "../common/helper/helper.hpp"
#include "../common/sigmaodd/divisors.hpp"
#include "sequential/sequential.hpp"
Go to the source code of this file.
Functions | |
void | help_and_exit () |
int | main (int argc, const char *const argv[]) |
Variables | |
const sigmaodd::nat_type | first_default = 3 |
const sigmaodd::nat_type | last_default = 100001 |
varsigma_odd is multiplicative, this program check if there exists some (a, b) not coprimes such that there is equality.
(October 6, 2018) GPLv3 — Copyright (C) 2018 Olivier Pirson http://www.opimedia.be/
Definition in file check_multiplicativity.cpp.
void help_and_exit | ( | ) |
Definition at line 47 of file check_multiplicativity.cpp.
int main | ( | int | argc, |
const char *const | argv[] | ||
) |
Definition at line 64 of file check_multiplicativity.cpp.
const sigmaodd::nat_type first_default = 3 |
Definition at line 28 of file check_multiplicativity.cpp.
const sigmaodd::nat_type last_default = 100001 |
Definition at line 29 of file check_multiplicativity.cpp.