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

Read number from stdin and print factorization, number of divisors, sum of divisors and complete path of the varsigma_odd problem. More...

#include "../common/helper/helper.hpp"
#include "sequential/sequential.hpp"
Include dependency graph for interactive.cpp:

Go to the source code of this file.

Functions

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

Detailed Description

Read number from stdin and print factorization, number of divisors, sum of divisors and complete path of the varsigma_odd problem.

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

Definition in file interactive.cpp.

Function Documentation

◆ help_and_exit()

void help_and_exit ( )

Definition at line 39 of file interactive.cpp.

◆ main()

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

Definition at line 55 of file interactive.cpp.