FastPolyEval  1.0
Fast Evaluation of Real and Complex Polynomials
Macros | Typedefs
main.h File Reference

This is the entry point in the main app. More...

Go to the source code of this file.

Macros

#define APP_OK   0
 
#define APP_ERROR   1
 
#define APP_PARAMS   2
 

Typedefs

typedef int(* mainFuncf) (int argv, const char **args)
 The signature of a main function of an app in this project with machine numbers.
 
typedef int(* mainFunc) (long prec, int argv, const char **args)
 The signature of a main function of an app in this project with arbitrary precision.
 

Detailed Description

This is the entry point in the main app.

Depending on the first command line parameter, it launches an internal app or presents a help screen to guide the user.

Definition in file main.h.