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

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"
Include dependency graph for check_multiplicativity.cpp:

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
 

Detailed Description

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.

Function Documentation

◆ help_and_exit()

void help_and_exit ( )

Definition at line 47 of file check_multiplicativity.cpp.

◆ main()

int main ( int  argc,
const char *const  argv[] 
)

Definition at line 64 of file check_multiplicativity.cpp.

Variable Documentation

◆ first_default

const sigmaodd::nat_type first_default = 3

Definition at line 28 of file check_multiplicativity.cpp.

◆ last_default

const sigmaodd::nat_type last_default = 100001

Definition at line 29 of file check_multiplicativity.cpp.